Monday 5 September 2016

How to Login to your Azure from PowerShell

How to Login to your Azure from PowerShell

  • To login to your Azure account, use the Add-AzureRmAccount cmdlet.

Add-AzureRmAccount

  • The cmdlet prompts you for the login credentials for your Azure account. 
  • After logging in, it downloads your account settings so they are available to Azure PowerShell.
  • The account settings expire, so you need to refresh them occasionally. 
  • To refresh the account settings, run Add-AzureRmAccount again.

No comments:

Post a Comment