To avoid problems with saved credentials I recommend using an alternate browser or log of all accounts in your browser before starting the lab.
-
Register a Github User Account or use your existing account
-
Activate your Azure Pass to create your Azure Subscription to create a subscription with free grants
Note: Azure Passes can only be used once per e-mail account. Please do not use Azure AD Accounts (Cooperate Accounts). Use the same e-mail account that you will use for the Azure DevOps Organization. If you are not sure, please register a new Account:
- Outlook.com - preferred
- GitHub
- Gmail
-
Register an Azure DevOps Organization
Note: You can also work on your own machine. Execute setup-az-400.ps1 to install the required Software on a Windows machine
-
Configure Git on the Lab VM
-
Setup Git and Fork the class repo
Set User and E-Mail in order to be able to commit to git:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Go to https://github.com/alexander-kastil/az-400
and fork the repo or use the GitHub CLI:
gh repo fork https://github.com/alexander-kastil/az-400
The forking-workflow allows you to commit your changes to your fork of the repo and still get updates on the repo
Clone Class Repo:
git clone https://github.com/Student01/az-400
Note: If you have forked the class repo clone your own fork, otherwise use https://github.com/alexander-kastil/az-400