Skip to content

Commit 81e99be

Browse files
Merge pull request #116541 from davidsmatlak/ds-qsrt1722536
Quickstart review - Notification Hubs
2 parents 722fd57 + 394162e commit 81e99be

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/notification-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
href: create-notification-hub-portal.md
1414
- name: Create notification hub - Azure CLI
1515
href: create-notification-hub-azure-cli.md
16-
- name: Create notification hub - Azure Resource Manager template
16+
- name: Create notification hub - ARM template
1717
href: create-notification-hub-template.md
1818
- name: Configure a notification hub
1919
href: configure-notification-hub-portal-pns-settings.md

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ ms.lastreviewed: 05/15/2020
1717

1818
Azure Notification Hubs provides an easy-to-use and scaled-out push engine that enables you to send notifications to any platform (iOS, Android, Windows, Kindle, etc.) from any backend (cloud or on-premises). For more information about the service, see [What is Azure Notification Hubs](notification-hubs-push-notification-overview.md).
1919

20-
This quickstart uses an Azure Resource Manager template to create an Azure Notification Hubs namespace, and a notification hub named "MyHub" within that namespace.
21-
2220
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2321

22+
This quickstart uses an Azure Resource Manager template to create an Azure Notification Hubs namespace, and a notification hub named **MyHub** within that namespace.
23+
2424
If you don't have an Azure subscription, create a [free](https://azure.microsoft.com/free/) account before you begin.
2525

2626
## Prerequisites
@@ -29,8 +29,6 @@ None.
2929

3030
## Create a Notification Hubs namespace and hub
3131

32-
<!-- The second H2 must start with "Create a". For example, 'Create a Key Vault', 'Create a virtual machine', etc. -->
33-
3432
### Review the template
3533

3634
The template used in this quickstart is from [Azure Quickstart templates](https://azure.microsoft.com/resources/templates/101-notification-hub/).
@@ -44,7 +42,7 @@ The template used in this quickstart is from [Azure Quickstart templates](https:
4442

4543
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.
4644

47-
[![Deploy to Azure](./media/create-notification-hub-template/deploy-to-azure.png)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-notification-hub%2Fazuredeploy.json)
45+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-notification-hub%2Fazuredeploy.json)
4846

4947
## Review deployed resources
5048

0 commit comments

Comments
 (0)