Working with Azure Storage using Azure PowerShell, and ARM templates
An Azure RM template is included in infrastructure/
to create a virtual machine to follow along.
Using Azure PowerShell, do the following to provision the resources:
.\startup.ps1
Alternatively, you can perform a one-click deploy with the following button:
Remote Desktop into the virtual machine:
- user:
student
- password:
1Lab_Virtual_Machine!
Open up a PowerShell ISE window on the created VM and follow the commands and commentary in Lab.ps1
.
When finished, remove the Azure resources with:
.\teardown.ps1