Sunday, October 18, 2015

Connect to your Microsoft Azure subscription using PowerShell

Azure is a subscription-based platform. This means that a subscription is required to use the platform.

1. You can download and install the Azure PowerShell modules by running the Microsoft Web Platform Installer. This will install all the Prerequisites.

2. Next run the following to authenticate your credentials through Azure AD.

Add-AzureAccount

3. Enter the Login id and password to get Connected to your Azure Subscription.



















You can also run Get-AzureAccount to see your account details and Check if you are connected.

To list all cmdlets use Get-Help Azure.

No comments:

Post a Comment