To avoid problems with saved credentials I recommend using an alternate browser.
-
Register a Github User Account or use your existing account
-
Activate your Azure Pass 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 with existing subscriptions. If you are not sure, please register a new Outlook.com account. Use the same e-mail account as you have used for the Azure DevOps Organisation
-
Setup your Lab Machine & install required Software using Script - optional
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/ARambazamba/az-400
and fork the repo or use the GitHub CLI:
gh repo fork https://github.com/arambazamba/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/ARambazamba/az-400