"Connect-AzAccount" is not working in AZ power shell

Akira Mikumo 41 Reputation points
2022-10-27T04:03:24.457+00:00

254584-capture.png

Hi
I installed Visual studio code and ARM tool in Windows 10.
Then I key in the "Connect-AzAccount".
But not working correctly.
Please assist how I can fix this issue.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,970 questions
{count} votes

Accepted answer
  1. Sreeju Nair 12,666 Reputation points
    2022-10-27T06:47:41.097+00:00

    Try the following two commands and see whether it works.

    Install-Module Az  
    Import-Module Az  
    

    Once you are done these two commands, try Connect-AzAccount command and see whether it works.

    8 people found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.