Created
April 8, 2021 15:45
-
-
Save PrateekKumarSingh/22fd506e0c465c984828c0ea313c7899 to your computer and use it in GitHub Desktop.
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
# 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