Articles → MICROSOFT AZURE → Connect To Azure Portal Using PowerShell
Connect To Azure Portal Using PowerShell
Steps
- Open PowerShell in the admin mode
- Write the following command in the PowerShell
Connect-AzAccount -TenantId <your_tenant_id>
- A window will appear to enter the username and then the password
Click to Enlarge
- Another window will appear to verify your identity (either your mobile number or email). Once the identity is verified, you are connected to the Azure portal
Click to Enlarge
How To Get The Subscription Information?
Click to Enlarge