Skip to content

Instantly share code, notes, and snippets.

@devigned
Created November 16, 2015 19:21
Show Gist options
  • Save devigned/cb564edea9f2c53d814e to your computer and use it in GitHub Desktop.
Save devigned/cb564edea9f2c53d814e to your computer and use it in GitHub Desktop.
Install and Import Azure PowerShell 1.0
# 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