Log in to Azure from CLI
1 min read

Log in to Azure from CLI

We are gonna use powershell with this command and first we install Azure CLI

Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi

And after the installation of the client we are gonna login azure with this command below and enter credentials.

az login

Enjoying these posts? Subscribe for more