brew install powershell

pwsh //Launch Powershell

install-module -name Az -AllowClobber -Repository PSGallery -Force

connect-azaccount

Leave a Reply