Skip to content

Instantly share code, notes, and snippets.

@devigned
Created October 9, 2015 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devigned/2d6aee197847d5ec65e4 to your computer and use it in GitHub Desktop.
Save devigned/2d6aee197847d5ec65e4 to your computer and use it in GitHub Desktop.
Importing Azure PowerShell 1.0 preview
# Import all of the AzureRM.* modules within the known semantic version range
Import-AzureRM
# Import a single AzureRM module
Import-Module AzureRM.Compute
# Import Azure Service Management
Import-Module Azure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment