Connecting to Azure from Windows 10

Posted: October 4, 2017 in Azure

In order to manage Azure from local workstation we need first to import Azure module

install-module azure,azurerm -allowclobber

allowclobber imports all commands
1.PNG

After installation, import it:

import-module azure,azurerm
Get-Module -ListAvailable -Name AzureRM,azure

Installing azurerm module may take up to 20 minutes, so be patient 🙂

Capture

Now try logging in to Azure:

Login-AzureRmAccount

3

Untitled

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s