@@ -50,7 +50,7 @@ az account set --subscription <Subscription Name or Id>
50
50
az provider register --namespace Microsoft.CloudShell
51
51
```
52
52
53
- ### [ PowerShell] ( #tab/powershell )
53
+ ### [ Azure PowerShell] ( #tab/powershell )
54
54
55
55
``` azurepowershell-interactive
56
56
Select-AzSubscription -SubscriptionId <SubscriptionId>
@@ -72,7 +72,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.CloudShell
72
72
az account list
73
73
```
74
74
75
- ### [ PowerShell] ( #tab/powershell )
75
+ ### [ Azure PowerShell] ( #tab/powershell )
76
76
77
77
``` azurepowershell-interactive
78
78
Get-AzSubscription
@@ -88,7 +88,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.CloudShell
88
88
az account set --subscription 'my-subscription-name'
89
89
```
90
90
91
- ### [ PowerShell] ( #tab/powershell )
91
+ ### [ Azure PowerShell] ( #tab/powershell )
92
92
93
93
``` azurepowershell-interactive
94
94
Set-AzContext -Subscription <SubscriptionId>
@@ -109,7 +109,7 @@ Create a new resource group in CentralUS named `MyRG`.
109
109
az group create --location centralus --name MyRG
110
110
```
111
111
112
- ### [ PowerShell] ( #tab/powershell )
112
+ ### [ Azure PowerShell] ( #tab/powershell )
113
113
114
114
``` azurepowershell-interactive
115
115
New-AzResourceGroup -Name MyRG -Location centralus
@@ -133,7 +133,7 @@ Run the following command to get a list of Azure CLI commands that apply to WebA
133
133
az webapp --help
134
134
```
135
135
136
- ### [ PowerShell] ( #tab/powershell )
136
+ ### [ Azure PowerShell] ( #tab/powershell )
137
137
138
138
Run the following command to see a list of all Azure PowerShell cmdlets.
139
139
0 commit comments