Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.49 KB

azure-storage

Working with Azure Storage using Azure PowerShell, and ARM templates

Getting Started

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!

Following Along

Open up a PowerShell ISE window on the created VM and follow the commands and commentary in Lab.ps1.

Tearing Down

When finished, remove the Azure resources with:

.\teardown.ps1