In order to connect with your subscription on Windows Azure via Powershell follow this Steps –
first you’ll need to Install Microsoft Azure Module with Powershell ,you can do that via Powershell (v5) from the console.
if you didn’t install “Microsoft Azure PowerShell” yet
- open Powershell(v5)
- type the command
1PS C:\> Install-Module Azure
- accept the warning messages (let PS go to download the package from the Internet)
- check if Microsoft Azure Module installed with
1PS C:\> Get-Module -ListAvailable Azure
- view available cmdlet from this module
1PS C:\> Get-Command -Module Azure
connect with PS Azure Module to your subscription.
(Visited 338 times, 1 visits today)