Skip to content

Commit 81c08e9

Browse files
committed
edit
1 parent c3c2af4 commit 81c08e9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/reliability/availability-zones-service-support.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure services that support availability zones
3-
description: Learn what services are supported by availability zones and understand resiliency across all Azure services.
3+
description: Learn which services offer availability zone support and understand resiliency across all Azure services.
44
ms.service: reliability
55
ms.subservice: availability-zones
66
ms.topic: conceptual
@@ -43,7 +43,7 @@ The following regions currently support availability zones:
4343

4444

4545

46-
\* To learn more about availability zones and available services support in these regions, contact your Microsoft sales or customer representative. For the upcoming regions that will support availability zones, see [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
46+
\* To learn more about availability zones and available services support in these regions, contact your Microsoft sales or customer representative. For upcoming regions that support availability zones, see [Azure geographies](https://azure.microsoft.com/global-infrastructure/geographies/).
4747

4848
## Azure services with availability zone support
4949

@@ -77,7 +77,7 @@ Azure offerings are grouped into three categories that reflect their _regional_
7777

7878

7979
>[!IMPORTANT]
80-
>Some services, although they are zone-redundant, may have limited support for availability zones. For example, some may only support availability zones for certain tiers, regions, or SKUs. To get more information on service limitations for availability zone support, select that service in the table below.
80+
>Some services, although they are zone-redundant, may have limited support for availability zones. For example, some may only support availability zones for certain tiers, regions, or SKUs. To get more information on service limitations for availability zone support, select that service in the following table.
8181
8282
### ![An icon that signifies this service is foundational.](media/icon-foundational.svg) Foundational services
8383

@@ -208,7 +208,7 @@ Azure offerings are grouped into three categories that reflect their _regional_
208208
| Azure Bot Services | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
209209
| Azure Cloud Shell | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
210210
| Azure Content Delivery Network | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
211-
| Azure Cost Management and Billing | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
211+
| Azure Cost Management | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
212212
| Microsoft Defender for IoT | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
213213
| Azure DNS | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |
214214
| Azure Front Door | ![An icon that signifies this service is always available.](media/icon-always-available.svg) |

articles/reliability/reliability-notification-hubs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Paired and flexible region recovery only backs up metadata. You must implement a
8484

8585
Azure Notification Hubs supports two types of device registrations: installations and registrations. We recommend that you back up your registrations to either:
8686

87-
1. **A storage solution of your choice**: If a DR event occurs, there will be some downtime for restoration activities.
88-
1. **Another hub you create in another region**: Use this option to back up your registrations. As a working hub, you can implement code to switch to this copy. To keep a secondary notification hub in sync with the primary notification hub, you can use one of the following options to back up your registrations:
87+
- **A storage solution of your choice**: If a DR event occurs, there will be some downtime for restoration activities.
88+
- **Another hub you create in another region**: Use this option to back up your registrations. As a working hub, you can implement code to switch to this copy. To keep a secondary notification hub in sync with the primary notification hub, you can use one of the following options to back up your registrations:
8989
- **For installations**: Use an app backend that simultaneously creates and updates installations in both notification hubs. Installations enable you to specify your own unique device identifier, making it more suitable for the replication scenario. For more information, see this [sample code](https://github.com/Azure/azure-notificationhubs-dotnet/tree/main/Samples/RedundantHubSample).
9090
- **For registrations**: Use an app backend that gets a regular dump of registrations from the primary notification hub as a backup. It can then perform a bulk insert into the secondary notification hub. See [Export and import Azure Notification Hubs registrations in bulk](/azure/notification-hubs/export-modify-registrations-bulk).
9191

0 commit comments

Comments
 (0)