Skip to content

Commit bb62300

Browse files
committed
Change label to "Azure PowerShell"
1 parent 88e9b7b commit bb62300

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cloud-shell/quickstart.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ az account set --subscription <Subscription Name or Id>
5050
az provider register --namespace Microsoft.CloudShell
5151
```
5252

53-
### [PowerShell](#tab/powershell)
53+
### [Azure PowerShell](#tab/powershell)
5454

5555
```azurepowershell-interactive
5656
Select-AzSubscription -SubscriptionId <SubscriptionId>
@@ -72,7 +72,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.CloudShell
7272
az account list
7373
```
7474

75-
### [PowerShell](#tab/powershell)
75+
### [Azure PowerShell](#tab/powershell)
7676

7777
```azurepowershell-interactive
7878
Get-AzSubscription
@@ -88,7 +88,7 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.CloudShell
8888
az account set --subscription 'my-subscription-name'
8989
```
9090

91-
### [PowerShell](#tab/powershell)
91+
### [Azure PowerShell](#tab/powershell)
9292

9393
```azurepowershell-interactive
9494
Set-AzContext -Subscription <SubscriptionId>
@@ -109,7 +109,7 @@ Create a new resource group in CentralUS named `MyRG`.
109109
az group create --location centralus --name MyRG
110110
```
111111

112-
### [PowerShell](#tab/powershell)
112+
### [Azure PowerShell](#tab/powershell)
113113

114114
```azurepowershell-interactive
115115
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
133133
az webapp --help
134134
```
135135

136-
### [PowerShell](#tab/powershell)
136+
### [Azure PowerShell](#tab/powershell)
137137

138138
Run the following command to see a list of all Azure PowerShell cmdlets.
139139

0 commit comments

Comments
 (0)