Skip to content

Commit 8fc9cc3

Browse files
Merge pull request #212069 from sethmanheim/lint-test
Linter testing (control group)
2 parents d93a35b + 649de0a commit 8fc9cc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/notification-hubs/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- name: Create notification hub - Bicep
1717
displayName: ARM, Resource Manager, Template
1818
href: create-notification-hub-bicep.md
19-
- name: Create notification hub - ARM template
19+
- name: Create notification hub - Template
2020
displayName: Resource Manager
2121
href: create-notification-hub-template.md
2222
- name: Configure a notification hub

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ services: notification-hubs
55
author: sethmanheim
66
ms.author: sethm
77
ms.reviewer: thsomasu
8-
ms.date: 08/04/2020
8+
ms.date: 09/21/2022
99
ms.lastreviewed: 05/15/2020
1010
ms.topic: quickstart
1111
ms.service: notification-hubs
1212
ms.custom: devx-track-azurepowershell, subject-armqs, mode-arm
1313
---
1414

15-
# Quickstart: Create a notification hub using an ARM template
15+
# Quickstart: Create a notification hub using a Resource Manager template
1616

1717
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).
1818

1919
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2020

21-
This quickstart uses an Azure Resource Manager template (ARM template) to create an Azure Notification Hubs namespace, and a notification hub named **MyHub** within that namespace.
21+
This quickstart uses an Azure Resource Manager template to create an Azure Notification Hubs namespace, and a notification hub named **MyHub** within that namespace.
2222

2323
If your environment meets the prerequisites and you're familiar with using ARM templates, select the **Deploy to Azure** button. The template will open in the Azure portal.
2424

0 commit comments

Comments
 (0)