Connect powershell to Azure

First we need to install the Azure PowerShell module from http://go.microsoft.com/fwlink/p/?linkid=320376&clcid=0x409

Then open PowerShell and run:

Add-AzureAccount
Share