Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Azure icon
Labs

Getting Started with Git and Azure DevOps Using Visual Studio Code

Azure DevOps Repos (Azure Repos) facilitates developer collaboration, by allowing you to host your own fully managed Git repository within Azure. Within this hands-on lab, we'll look at how you can setup your own Azure Repo, and use Visual Studio Code to commit changes.

Azure icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 45m
Published
Clock icon Apr 02, 2021

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Get Started with Azure DevOps

    1. Login at the Azure DevOps Portal.
    2. Follow the Getting Started wizard, and create a project called Lab Project (private visibility).
    3. Create and Initialize new Repo called IT Ops Repo (tick the box to include a README.md file).
  2. Challenge

    Get Started with VS Code

    Connect to the VM (Optional)

    1. Connect to the VM using RDP (the public IP is provided for you for VM1, on the lab instructions page).
    2. Log in using the credentials provided for you.

    Note: This step is entirely optional, as you can run this on your own PC if desired, rather than connecting to the VM. You can refer to this Microsoft article for more information on using an RDP client.

    Get Started with Visual Studio Code

    1. Open Visual Studio Code.
    2. Start a new terminal in Visual Studio Code and set up your identity (see the 'Your Identity' section in this article for more information) on how to use git config --global user.name and git config --global user.email.
  3. Challenge

    Clone the Repository in VS Code

    1. Navigate to the IT Ops repo we created earlier within Azure DevOps Repos.
    2. Retrieve the repository HTTPS URL (through the Clone Repository button).
    3. Navigate back to Visual Studio Code, and clone the repo using the details you captured above, authenticating with your lab credentials (see this Microsoft article for more details about using Git).
  4. Challenge

    Commit Changes

    1. Open the repo within Visual Studio Code when prompted to do so (after cloning the repo in the previous objective).
    2. Make changes to the README.md file.
    3. Commit the changes locally with a comment.
    4. Push/sync the changes to Azure DevOps.

    Note: You can now go back to the Azure DevOps Repo and refresh the page. You should see the updated changes to README.md and be able to view its history.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans