Skip to content

Commit a608334

Browse files
author
Matt Gibbs
committed
update readme
1 parent 4a9ca6e commit a608334

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ You must be authenticated to manage your Azure subscription with the Azure Power
3333
* Option 1: Login with your Microsoft account or Organizational account directly from PowerShell. No management certificate is required. Microsoft Azure Active Directory authentication is used.
3434
* Option 2: Download and import a publish settings file which contains a management certificate.
3535

36-
Logging in varies by environment.
36+
Authentication setup varies by environment. Details for each environment below.
3737

3838
### Microsoft Azure
3939
If you configure both a credential and management certificate, the Microsoft Azure Active Directory will be used. To return to the management certificate, use ``Remove-AzureAccount`` to remove the Organizational account.
@@ -104,7 +104,7 @@ Azure Powershell has two modes. Service Management mode is for the original infr
104104

105105
They are not designed to work together. Switch between the two modes using ```Switch-AzureMode```.
106106

107-
```bash
107+
```powershell
108108
Switch-AzureMode AzureServiceManagement
109109
Switch-AzureMode AzureResourceManager
110110
```
@@ -113,7 +113,7 @@ Switch-AzureMode AzureResourceManager
113113

114114
Some cmdlets support both the public Microsoft Azure environment and your private Windows Azure Pack environment. Some support only one environment. Aliases are used to easily identify the environments a cmdlet supports.
115115

116-
```bash
116+
```powershell
117117
# Return all the cmdlets for Microsoft Azure
118118
Get-Command *Azure*
119119

0 commit comments

Comments
 (0)