Skip to content

Commit dd1c9fc

Browse files
committed
Add output graphic
1 parent 06ced60 commit dd1c9fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Select the following image to sign in to Azure and open a template. The template
4848

4949
## Review deployed resources
5050

51-
You can either use the Azure portal to check the deployed resources, or use Azure CLI or Azure PowerShell script to list the deployed resources.
51+
You can either use the Azure portal to check the deployed resources, or use Azure CLI or Azure PowerShell script to list the deployed Notification Hubs namespace and hub:
5252

5353
# [PowerShell](#tab/PowerShell)
5454

@@ -64,6 +64,14 @@ az notification-hub show --resource-group ContosoNotificationsGroup --namespace-
6464
az notification-hub namespace show --resource-group ContosoNotificationsGroup --name ContosoNamespace
6565
```
6666

67+
---
68+
69+
The output looks similar to:
70+
71+
:::image type="content" source="media/create-notification-hub-template/verify-deploy.png" alt-text="Verify deployment":::
72+
73+
---
74+
6775
## Clean up resources
6876

6977
When no longer needed, delete the resource group, which deletes the resources in the resource group.
51.8 KB
Loading

0 commit comments

Comments
 (0)