1 | help Connect-AzAccount -Parameter UseDeviceAuthentication |
Windows 10 Enterprise edition version 2004 is used for the scenarios demonstrated in this blog article. If you'd like to follow along, you'll also need to install PowerShell version 7 and the Az PowerShell module.
As stated in the help for Connect-AzAccount, the UseDeviceAuthentication parameter is the default authentication type for PowerShell version 6 and higher.
What this means is that you're provided with a URL and a code. They're used to authenticate Read more [...]