File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ This document details how to use Bash and PowerShell in Azure Cloud Shell from t
23
23
24
24
![ Screenshot showing how to start Azure Cloud Shell in the Azure portal.] [ 06 ]
25
25
26
- The first time you start Cloud Shell you are prompted to create a storage account for the Azure
26
+ The first time you start Cloud Shell you're prompted to create a storage account for the Azure
27
27
file share.
28
28
29
29
![ Screenshot showing the create storage prompt.] [ 05 ]
@@ -127,7 +127,7 @@ Run the following command to see a list of all Azure CLI commands.
127
127
az
128
128
```
129
129
130
- Run the following command to get a list of Azure CLI command that apply to WebApps:
130
+ Run the following command to get a list of Azure CLI commands that apply to WebApps:
131
131
132
132
``` azurecli-interactive
133
133
az webapp --help
@@ -143,7 +143,7 @@ Get-Command -Module Az.*
143
143
144
144
Under ` Azure ` drive, the ` Get-AzCommand ` lists context-specific Azure commands.
145
145
146
- Run the following commands to list the Azure PowerShell commands that apply to WebApps.
146
+ Run the following commands to get a list the Azure PowerShell commands that apply to WebApps.
147
147
148
148
``` azurepowershell-interactive
149
149
cd 'Azure:/My Subscription/WebApps'
You can’t perform that action at this time.
0 commit comments