Created
April 8, 2021 15:44
-
-
Save PrateekKumarSingh/dccbf288651cd6631b23337bd58da4a3 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
# install from powershell gallery | |
Install-Module AzViz -Verbose -Scope CurrentUser -Force | |
# import the module | |
Import-Module AzViz -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