Skip to content

Commit 3faa957

Browse files
committed
Make NS names consistent
1 parent 3cb711b commit 3faa957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/notification-hubs/create-notification-hub-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ You can either use the Azure portal to check the deployed resources, or use Azur
5353
# [PowerShell](#tab/PowerShell)
5454

5555
```azurepowershell-interactive
56-
Get-AzNotificationHub -Namespace "ContosoNamespace" -ResourceGroup "ContosoNotificationsGroup"
57-
Get-AzNotificationHubsNamespace -Namespace "ContosoNamespace"
56+
Get-AzNotificationHub -Namespace "nhtestns123" -ResourceGroup "ContosoNotificationsGroup"
57+
Get-AzNotificationHubsNamespace -Namespace "nhtestns123"
5858
```
5959

6060
# [CLI](#tab/CLI)
6161

6262
```azurecli-interactive
63-
az notification-hub show --resource-group ContosoNotificationsGroup --namespace-name ContosoNamespace --name MyHub
64-
az notification-hub namespace show --resource-group ContosoNotificationsGroup --name ContosoNamespace
63+
az notification-hub show --resource-group ContosoNotificationsGroup --namespace-name nhtestns123 --name MyHub
64+
az notification-hub namespace show --resource-group ContosoNotificationsGroup --name nhtestns123
6565
```
6666

6767
---

0 commit comments

Comments
 (0)