Skip to content

Working with Azure Storage using Azure PowerShell, and ARM templates

License

Notifications You must be signed in to change notification settings

lrakai/azure-storage

Repository files navigation

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

Releases

No releases published

Packages

No packages published