Logging Azure Portal with PowerShell
Install PowerShell version 6.1 and above Link: https://github.com/PowerShell/PowerShell/releases/tag/v6.2.2 Once complete the PowerShell Installation. Check the below command in PowerShell Console Command: $PSVersionTable.PSVersion Type Below mentioned command in PowerShell. Command: Connect-AzAccount Copy and paste the highlighted URL to your browser and also note the code Paste the code and click Next Provide user Credentials and click sign in Now you have signed in the Azure portal in PowerShell application. Output in Powershell Console Thank you