Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (4k points)

I have installed Windows Azure Powershell.

After that when I start as the Windows Azure PowerShell as administrator I am getting an error

Saying  The term 'Add-AzureAccount' is not recognized

1 Answer

0 votes
by (9.6k points)

The error seems to be occurring because there is a problem with the azure module. Before running this command again try importing it using this command : 

Import-Module Azure

You can also try installing it again using this command

Install-Module Azure

Just make sure that you are in the admin mode while running it. Also, make sure that those files are being installed in the correct folder. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

Browse Categories

...