From the course: Introduction to Terraform on Azure

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Setting up your code repo for Azure DevOps

Setting up your code repo for Azure DevOps - Terraform Tutorial

From the course: Introduction to Terraform on Azure

Setting up your code repo for Azure DevOps

- [Instructor] Now that we're logged into our Azure accounts in our current Visual Studio Code session, one of the biggest things to be aware of while coding is source control. I'm sure everyone's gone through an experience of changing a portion of their code and breaking it and then having no clue what happened, and this is where source control is super important. For this module, we'll be looking at using GitHub to manage our code and check it in as we go. For this course, what I'll be doing is cloning the current Introduction-to-Terraform GitHub repo that will be linked to this course. All we have to do is click on this link again. So all we do is copy it here, and let's go back to our Visual Studio Code session. And all we do have to enter is git clone and then right-click and enter the GitHub repository that we're looking to work in. So what this will do is add the GitHub repository and the current directory that…

Contents