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
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
36
36
* Scheduler
37
37
* StorSimple
38
38
* Redis Cache
39
-
39
+
40
40
* Windows Azure Pack
41
41
* Web Site: CRUD web site, deployment, configure and get log, start/stop/restart/show web site
42
42
* Service Bus: CRD namespace
@@ -46,7 +46,7 @@ This repository contains a set of PowerShell cmdlets for developers and administ
46
46
* Windows Azure Stack
47
47
* Azure Stack Administration
48
48
* Storage Service Management
49
-
49
+
50
50
51
51
For detail descriptions and examples of the cmdlets, type
52
52
*```help azure``` to get all the cmdlets.
@@ -92,7 +92,7 @@ You can also find the standalone installers for all the versions at [Downloads](
92
92
93
93
In general, follow these steps to start using Microsoft Azure PowerShell
94
94
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/).
95
+
* Get yourself authenticated with Microsoft Azure. For details, please check out [this article](https://docs.microsoft.com/powershell/azureps-cmdlets-docs/).
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.
97
97
* Starting from 1.0.0, you can use ```Add-AzureRmAccount -Credential``` to avoid the browser pop up for Organizational account.
0 commit comments