Intro A quick post just to get me back into the routine, and to cover off an issue that I encountered recently, and how to resolve it.
The problem I hadn’t done anything in Azure at home for a while and tonight I wanted to manage some VMs of mine from AZ Powershell.
First things first, connect my powershell session to my Azure account - easy right?
Connect-AzAccount -UseDeviceAuthentication Click on the Device Login link: Enter the onetime code in the browser: Click on the account you wish to be signed in as: Click to Continue And then you see: And you go back to your powershell session and see: Notice anything wrong?
