Supplemental Azure scripts and files to enhance your workshop experience.
-
Right Click on Windows PowerShell from either the Desktop or the Start Menu
-
Select Run as Administrator
- Run the following PowerShell Command to set your execution policy to Unrestricted:
Set-ExecutionPolicy Unrestricted
- Select Yes if prompted. Execution policies determine whether you can load configuration files, such as your PowerShell profile, or run scripts and whether scripts must be digitally signed before they are run. More information on this topic can be found here: https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.security/set-executionpolicy?view=powershell-6#parameters
- Run the following PowerShell Command:
Install-Module -Name 'Az'
-
If not already installed, you may be prompted to install the NuGet provider. Select Yes if this is the case.
-
You may receive a warning message stating you are installing modules from an untrusted repository. Select Yes if this is the case. This process may take several minutes.
-
Run the following PowerShell Command to verify the module has installed correctly:
Get-Module -Name '*Az*' -ListAvailable
- If installed, Az should be returned
-
In a web browser, navigate to https://code.visualstudio.com
-
Click Download for Windows
-
Note the location of the installation files
-
Run the VSCodeUserSetup installation file
-
If you are prompted with a message "This User Installer is not meant to be run as an Administrator" Click OK
-
Accept the EULA and click Next
-
Accept the default installation location and click Next
-
Accept the default Start Menu Folder and click Next
-
Select all additional tasks and click Next (Optional)
-
Click Install
-
Uncheck "Launch Visual Studio Code" and click Finish