< Previous Challenge - Home - Next Challenge >
Historically version control has been the first component that teams have implemented, it is one of the oldest and most well understood components of DevOps. Please take a moment to review the basics of version control, specially focusing on the distributed version control technology, Git.
Now that we have a basic understanding of version control and Git, let’s get some code checked into source control. Since the language you use for development doesn’t have much of an impact on how we do DevOps we have provided you a simple ASP.NET Core C# web application to use.
Resources.zip
file that contains the code and ARM templates for the application.Resources.zip
file provided to you by your coach. You should see 2 folders: one containing the application and the other containing our Infrastructure as Code Azure Resource Manager (ARM) template. Copy both of these folders into the root of your cloned repository.my first checkin
and your work item number is 55, your check in message should look like this my first checkin #55
.