- Register your Azure Pass
- Configure CloudShell for first use in your Azure Tenant
- Register GitHub Account
- Activate your Lab Environment by using the Access Code provided by the instructor
- You can also work on your own machine by execute setup-az-204.ps1 to install the required Software on a Windows machine, or Setup a Lab Machine in Azure & install required Software using Script - optional
- 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-204
and fork the repo or use the GitHub CLI:
gh repo fork https://github.com/arambazamba/az-204
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-204
Note: If you have forked the class repo clone your own fork, otherwise use https://github.com/ARambazamba/az-204