Created
November 16, 2015 19:21
-
-
Save devigned/cb564edea9f2c53d814e to your computer and use it in GitHub Desktop.
Install and Import Azure PowerShell 1.0
This file contains hidden or 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 | |
# Import AzureRM modules for the given version manifest in the AzureRM module | |
Import-AzureRM | |
# Import Azure Service Management module | |
Import-Module Azure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment