You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/event-hubs-resource-manager-namespace-event-hub.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ To find more template samples, see [Azure Quickstart Templates](https://azure.mi
49
49
50
50
To deploy the template:
51
51
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.
53
53
54
54
```azurepowershell-interactive
55
55
$projectName = Read-Host -Prompt "Enter a project name that is used for generating resource names"
@@ -70,7 +70,7 @@ To deploy the template:
70
70
71
71
## Verify the deployment
72
72
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).
74
74
75
75
```azurepowershell-interactive
76
76
$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 ..."
84
84
85
85
## Clean up resources
86
86
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).
88
88
89
89
```azurepowershell-interactive
90
90
$projectName = Read-Host -Prompt "Enter the same project name that you used in the last procedure"
0 commit comments