You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
45
45
* Cloud Service: CRUD cloud service.
46
46
* Windows Azure Stack
47
47
* Azure Stack Administration
48
-
* Storage Servcie Management
48
+
* Storage Service Management
49
49
50
50
51
51
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](
75
75
1. Install [Windows Management Framework 5 with PowerShellGet cmdlets](https://www.powershellgallery.com/GettingStarted?section=Get%20Started)
76
76
2. In an elevated PowerShell session, run ```Install-Module AzureRM```
77
77
3. Run ```Install-AzureRm```
78
-
4.Top install RDFE cmdlets, run ```Install-Module Azure```
78
+
4.To install RDFE cmdlets, run ```Install-Module Azure```
79
79
80
80
### Source Code
81
81
@@ -90,7 +90,7 @@ You can also find the standalone installers for all the versions at [Downloads](
90
90
91
91
## Get Started
92
92
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
94
94
95
95
* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](https://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/).
96
96
* 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
102
102
103
103
### Microsoft Azure
104
104
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.
106
106
107
107
#### Login directly from PowerShell (Microsoft Azure Active Directory authentication)
0 commit comments