Skip to content

Instantly share code, notes, and snippets.

@norman-bauer
Created May 3, 2023 20:21
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 norman-bauer/3aaaf7a5908c2f7b26361a7501058b69 to your computer and use it in GitHub Desktop.
Save norman-bauer/3aaaf7a5908c2f7b26361a7501058b69 to your computer and use it in GitHub Desktop.
Install and import Azure Module, then connect to Azure.
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