Skip to content

Commit 0392e4b

Browse files
committed
update
1 parent 6e27ddd commit 0392e4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@ To deploy the template:
4141
$templateUri = "https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/101-eventhubs-create-namespace-and-eventhub/azuredeploy.json"
4242
4343
New-AzResourceGroup -Name $resourceGroupName -Location $location
44-
New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri $templateFileName -projectName $projectName
44+
New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri $templateUri -projectName $projectName
4545
4646
Write-Host "Press [ENTER] to continue ..."
4747
```
4848

49-
1. Select **Copy** to copy the PowerShell code.
49+
1. Select **Copy** to copy the PowerShell script.
5050
1. Right-click the shell console, and then select **Paste**.
5151

5252
## Verify the deployment
5353

54-
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.
54+
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).
5555

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

6666
## Clean up resources
6767

68-
When the Azure resources are no longer needed, clean up the resources you deployed by deleting the resource group.
68+
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).
6969

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

0 commit comments

Comments
 (0)