Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

1 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

2 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

Add-AzureAccount

$cred = Get-Credential
Add-AzureAccount -Credential $cred

3 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

4 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
Get-AzurePublishSettingsFile
11 Comments

C:\\Users\<UserProfile>\\Download\\[*MySubscription*-...]-*downloadDate*-
credentials.publishsettings

Import-AzurePublishSettingsFile C:\Users\<UserProfile>\Downloads\<SubscriptionName>-
credentials.publishsettings

Get-AzureAccount

5 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

Get-AzureSubscription

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

New-AzureWebsite mySite

Get-AzureWebsite

Get-AzureWebsite -Name mySite

Stop-AzureWebsite -Name mySite

Get-AzureWebsite

6 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

Remove-AzureWebsite -Name mySite

In this article:
Get-AzureWebsite -Name mySite
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

7 of 8 17/09/2015 02:50 p.m.


How to install and configure Azure PowerShell https://azure.microsoft.com/en-us/documentation/articles/powershell-insta...

In this article:
How to: Install Azure PowerShell
How to: Connect to your subscription
How to use the cmdlets: An example
Getting Help
Additional Resources
11 Comments

8 of 8 17/09/2015 02:50 p.m.

You might also like