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/notification-hubs/create-notification-hub-template.md
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ ms.service: notification-hubs
8
8
ms.topic: quickstart
9
9
ms.custom: subject-armqs
10
10
ms.author: sethm
11
-
ms.date: 05/14/2020
11
+
ms.date: 05/15/2020
12
12
ms.reviewer: thsomasu
13
-
ms.lastreviewed: 05/14/2020
13
+
ms.lastreviewed: 05/15/2020
14
14
---
15
15
16
16
# Quickstart: create a notification hub using an Azure Resource Manager template
@@ -42,45 +42,40 @@ The template used in this quickstart is from [Azure Quickstart templates](https:
42
42
43
43
## Deploy the template
44
44
45
-
Select the following image to sign in to Azure and open a template. The template creates a key vault and a secret.
45
+
Select the following image to sign in to Azure and open a template. The template takes a Notification Hubs namespace name as a parameter. The template then creates a namespace with that name and a notification hub named **MyHub** within that namespace.
46
46
47
47
[](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-notification-hub%2Fazuredeploy.json)
48
48
49
49
## Review deployed resources
50
50
51
-
<!-- You can also use the title "Validate the deployment". -->
52
-
53
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.
54
52
55
-
## Clean up resources
56
-
57
-
When no longer needed, delete the resource group, which deletes the resources in the resource group.
53
+
# [PowerShell](#tab/PowerShell)
58
54
59
-
<!--
60
-
61
-
Choose Azure CLI, Azure PowerShell, or Azure portal to delete the resource group.
0 commit comments