Some features in Microsoft Azure can only be configured using Powershell. In this blogpost I’m going to login to my Microsoft Azure subscription usnign Powershell.
1.) First you’ve to install Azure PowerShell 1.0 from WebPI (http://aka.ms/webpi-azps)
2.) After the installation finished succesfull, start Azure PowerShell
3.) Now you’ve to login to the right subscription
Login-AzureRmAccount
4.) Login with a e-mailadres and password to access your subscription
5.) Install the Azure Powershell modules
Install-Module Azure
6.) Install the Azure PowerShell Resource Manager modules
Install-Module AzureRM
7.) Your done now!!