Contains all the excercises for the AZ-300 course.
Tools needed for the labs and excercises:
Install-Module -Name Az -AllowClobber -Scope CurrentUser
Install-Module AzureAD -AllowClobber -Scope CurrentUser
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'
https://go.microsoft.com/fwlink/?LinkId=708343&clcid=0x409
https://aka.ms/win32-x64-user-stable
The allfiles folder needs to be downloaded to the root of a local disk.
Note: This is a clone of the original git repo but customized for my courses.