Windows Powershell Azure Login Error

Asked

Viewed 27 times

1

Data: sdk from Azure downloaded

Windows: 10

Error logging into Azure by powershell:

inserir a descrição da imagem aqui

How to correct this error ?

1 answer

1


Failed to install the Azure module in your Powershell - run with Administrator privileges.

PS> Get-Module PowerShellGet -list | Select-Object Name,Version,Path
PS> Install-Module Azure

See the full documentation here: Installation of the Azure Powershell module

Browser other questions tagged

You are not signed in. Login or sign up in order to post.