brew install powershell
pwsh //Launch Powershell
install-module -name Az -AllowClobber -Repository PSGallery -Force
connect-azaccount
Tech blog
brew install powershell
pwsh //Launch Powershell
install-module -name Az -AllowClobber -Repository PSGallery -Force
connect-azaccount