Skip to content

CoRequisITe/AZ-300-LabFiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Contains all the excercises for the AZ-300 course.

Tools needed for the labs and excercises:

Azure PowerShell Module

Install-Module -Name Az -AllowClobber -Scope CurrentUser

Azure AD PowerShell Module

Install-Module AzureAD -AllowClobber -Scope CurrentUser

Azure CLI

Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'

Azure Storage Explorer

https://go.microsoft.com/fwlink/?LinkId=708343&clcid=0x409

Visual Studio Code

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published