Last active
October 9, 2015 17:49
-
-
Save devigned/f2a8d52f3eb38a5bf4c0 to your computer and use it in GitHub Desktop.
Installing Azure Powershell 1.0 Preview PowerShellGet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install the Azure Resource Manager modules from PowerShell Gallery | |
Install-Module AzureRM | |
Install-AzureRM | |
# Install the Azure Service Management module from PowerShell Gallery | |
Install-Module Azure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment