Skip to content

Commit 616eea5

Browse files
authored
Merge pull request #180543 from sethmanheim/az1
Add availability zones article
2 parents d9c4890 + 7b34f0e commit 616eea5

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

articles/notification-hubs/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@
8989
- name: UWP React Native sample overview
9090
href: uwp-react.md
9191
- name: Concepts
92-
items:
92+
items:
93+
- name: Availability zones
94+
href: availability-zones.md
9395
- name: Transport Layer Security (TLS)
9496
href: notification-hubs-tls12.md
9597
- name: Enterprise push architecture guidance
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Availability zones in Azure Notification Hubs
3+
description: Learn about availability zones and high availability with Azure Notification Hubs.
4+
author: sethmanheim
5+
ms.author: sethm
6+
ms.service: notification-hubs
7+
ms.topic: conceptual
8+
ms.date: 11/19/2021
9+
ms.custom: template-concept
10+
---
11+
12+
# Availability zones
13+
14+
Azure Notification Hubs now supports [availability zones](/azure/availability-zones/az-overview), providing fault-isolated locations within the same Azure region. To ensure resiliency, three separate availability zones are present in all availability zone-enabled regions. When you use availability zones, both data and metadata are replicated across data centers in the availability zone.
15+
16+
## Feature availability
17+
18+
Availability zones support will be included as part of an upcoming Azure Notification Hubs Premium SKU. It will only be available in [Azure regions](/azure/availability-zones/az-region) where availability zones are present.
19+
20+
> [!NOTE]
21+
> Until Azure Notification Hubs Premium is released, availability zones is by invitation only. If you are interested in using this feature, contact your customer success manager at Microsoft, or create an Azure support ticket which will be triaged by the support team.
22+
23+
## Enable availability zones
24+
25+
At this time, you can only enable availability zones on new namespaces. Notification Hubs does not support migration of existing namespaces. You cannot disable zone redundancy after enabling it on your namespace.
26+
27+
## Next steps
28+
29+
- [Azure availability zones](/azure/availability-zones/az-overview)
30+
- [Azure services that support availability zones](/azure/availability-zones/az-region)

0 commit comments

Comments
 (0)