Skip to content

Commit e92733f

Browse files
author
Hovsep
authored
Merge pull request Azure#2596 from alexandair/patch-1
Update README.md
2 parents fa91d89 + 8c0e232 commit e92733f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
4545
* Cloud Service: CRUD cloud service.
4646
* Windows Azure Stack
4747
* Azure Stack Administration
48-
* Storage Servcie Management
48+
* Storage Service Management
4949

5050

5151
For detail descriptions and examples of the cmdlets, type
@@ -75,7 +75,7 @@ You can also find the standalone installers for all the versions at [Downloads](
7575
1. Install [Windows Management Framework 5 with PowerShellGet cmdlets](https://www.powershellgallery.com/GettingStarted?section=Get%20Started)
7676
2. In an elevated PowerShell session, run ```Install-Module AzureRM```
7777
3. Run ```Install-AzureRm```
78-
4. Top install RDFE cmdlets, run ```Install-Module Azure```
78+
4. To install RDFE cmdlets, run ```Install-Module Azure```
7979

8080
### Source Code
8181

@@ -90,7 +90,7 @@ You can also find the standalone installers for all the versions at [Downloads](
9090

9191
## Get Started
9292

93-
In general, following are the steps to start using Microsoft Azure PowerShell
93+
In general, follow these steps to start using Microsoft Azure PowerShell
9494

9595
* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](https://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
9696
* Option 1: Login with your Microsoft account or Organizational account directly from PowerShell. Microsoft Azure Active Directory authentication is used in this case. No management certificate is needed.
@@ -102,7 +102,7 @@ The first step can be different for different environment you are targeting. Fol
102102

103103
### Microsoft Azure
104104

105-
If you use both mechanisms on the same subscription, Microsoft Azure Active Directory authentication always wins. If you want to go back to management certificate authentication, please use ``Remove-AzureAccount``, which will remove the Microsoft Azure Active Directory information and bring management certificate authentication back in.
105+
If you use both mechanisms on the same subscription, Microsoft Azure Active Directory authentication always wins. If you want to go back to management certificate authentication, please use ```Remove-AzureAccount```, which will remove the Microsoft Azure Active Directory information and bring management certificate authentication back in.
106106

107107
#### Login directly from PowerShell (Microsoft Azure Active Directory authentication)
108108

@@ -165,12 +165,12 @@ New-WAPackWebsite -Name mywebsite
165165

166166
All the cmdlets can be put into 3 categories:
167167

168-
1. ARM management cmdlets use the noun 'AzureRm' (New-AzureRmResourceGroup, Get-AzureRmVM)
169-
2. Legacy RDFE management cmdlets use the noun 'Azure' (Get-AzureVM)
170-
3. Data plane cmdlets that work in ARM or RDFE use the noun Azure (Get-AzureBlob)
168+
1. ARM management cmdlets use the 'AzureRm' prefix (New-AzureRmResourceGroup, Get-AzureRmVM)
169+
2. Legacy RDFE management cmdlets use the 'Azure' prefix (Get-AzureVM)
170+
3. Data plane cmdlets that work in ARM or RDFE use the 'Azure' prefix (Get-AzureBlob)
171171

172172

173-
So you can use the following cmdlet to find out all the cmdlets for your environment
173+
You can use the following cmdlet to find out all the cmdlets for your environment
174174

175175
```powershell
176176
# Return all the cmdlets for Azure Resource Manager (ARM)

0 commit comments

Comments
 (0)