Created
May 3, 2023 20:21
-
-
Save norman-bauer/3aaaf7a5908c2f7b26361a7501058b69 to your computer and use it in GitHub Desktop.
Install and import Azure Module, then connect to Azure.
This file contains hidden or 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-Module -Name Az -AllowClobber -Scope CurrentUser | |
Import-Module Az | |
Connect-AzAccount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment