View on GitHub

AZ-400 - Training - Microsoft Azure DevOps Solutions

Companion material and resources for the course 'Designing and Implementing Microsoft DevOps solutions' delivery by Ricardo Cabral


Hands-on Labs

AZ-400 official course lab instructions view here

Other Labs


Software List

Software list to run the course and workshop labs available here


GIT

Git is the source code management tool used by Visual Studio and Visual Studio Code. You should configure and use the same email used for your Azure DevOps Account

git config --global user.name "<your username>"
git config --global user.email "<your email>"
git config --global credential.helper manager


Azure command-line tools

Manage your Azure services and apps using scripts from the command line.


Cloud and standalone container


Back to top Back to main