Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The term 'Add-AzureAccount' is not recognized

I have install 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

ScreenShot

How can i fix this error Anyone knows any solution !!

like image 312
Istiak Mahmood Avatar asked Dec 17 '25 22:12

Istiak Mahmood


1 Answers

Before running that cmdlet, can you try

Import-Module Azure

if the module is not found, you can try

Install-Module Azure

Be sure to run powershell as administrator for the latter.

like image 103
Niels Avatar answered Dec 20 '25 11:12

Niels



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!