Skip to content

Instantly share code, notes, and snippets.

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 PrateekKumarSingh/22fd506e0c465c984828c0ea313c7899 to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/22fd506e0c465c984828c0ea313c7899 to your computer and use it in GitHub Desktop.
# optionally clone the project from github
git clone https://github.com/PrateekKumarSingh/AzViz.git
Set-Location .\AzViz\
# import the powershell module
Import-Module .\AzViz.psm1 -Verbose
# login to azure, this is required for module to work
Connect-AzAccount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment