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
Bir yanıt yazın