Skip to content

Commit d29175e

Browse files
authored
fix Cloud shell -> Cloud Shell
1 parent 675f8fd commit d29175e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-hubs/event-hubs-resource-manager-namespace-event-hub.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To find more template samples, see [Azure Quickstart Templates](https://azure.mi
4949

5050
To deploy the template:
5151

52-
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud shell.
52+
1. Select **Try it** from the following code block, and then follow the instructions to sign in to the Azure Cloud Shell.
5353

5454
```azurepowershell-interactive
5555
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
@@ -70,7 +70,7 @@ To deploy the template:
7070

7171
## Verify the deployment
7272

73-
To verify the deployment, you can either open the resource group from the [Azure portal](https://portal.azure.com), or use the following Azure PowerShell script. If the Cloud shell is still open, you don't need to copy/run the first line (Read-Host).
73+
To verify the deployment, you can either open the resource group from the [Azure portal](https://portal.azure.com), or use the following Azure PowerShell script. If the Cloud Shell is still open, you don't need to copy/run the first line (Read-Host).
7474

7575
```azurepowershell-interactive
7676
$projectName = Read-Host -Prompt "Enter the same project name that you used in the last procedure"
@@ -84,7 +84,7 @@ Write-Host "Press [ENTER] to continue ..."
8484

8585
## Clean up resources
8686

87-
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. If the Cloud shell is still open, you don't need to copy/run the first line (Read-Host).
87+
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group. If the Cloud Shell is still open, you don't need to copy/run the first line (Read-Host).
8888

8989
```azurepowershell-interactive
9090
$projectName = Read-Host -Prompt "Enter the same project name that you used in the last procedure"

0 commit comments

Comments
 (0)