Skip to content

Commit 4d4f072

Browse files
committed
Add doc for availabilty zones
1 parent 35d0f80 commit 4d4f072

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@
6565
href: server-graceful-shutdown.md
6666
- name: Resiliency and disaster recovery
6767
href: signalr-concept-disaster-recovery.md
68+
- name: Availability zones
69+
href: availability-zones.md
6870
- name: Messages and connections
6971
href: signalr-concept-messages-and-connections.md
7072
- name: Performance considerations
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: Availability zones support in Azure SignalR Service
3+
description: Availability zones support in Azure SignalR Service
4+
author: ArchangelSDY
5+
ms.service: signalr
6+
ms.topic: conceptual
7+
ms.date: 02/15/2022
8+
ms.author: dayshen
9+
---
10+
# Availability zones support in Azure SignalR Service
11+
12+
[Availability zones](../availability-zones/az-overview.md#availability-zones) are unique physical locations within an Azure region. To ensure resiliency, there's a minimum of three separate zones in all enabled regions. Each zone has one or more datacenters equipped with independent power, cooling, and networking.
13+
14+
## Zone redundancy
15+
16+
Azure SignalR Service leverages availability zones in a Zone Redundant manner. That means, the service doesn't spin to a specific zone. Instead workloads are evenly distributed across multiple zones in a region. When a single zone fails, traffic are automatically routed to other zones, keeping the service available.
17+
18+
## Region support
19+
20+
Not all Azure regions support availability zones. For the regions list, see [regions that support availability zones](../availability-zones/az-region.md).
21+
22+
## Tier support
23+
24+
Zone redundancy is a Premium tier feature. It is implicitly enabled when you create or upgrade to a Premium tier resource. Standard tier resources can be upgraded to Premium tier without downtime.
25+
26+
## Next steps
27+
28+
* Learn more about [regions that support availability zones](../availability-zones/az-region.md).
29+
* Learn more about building for [reliability](/azure/architecture/framework/resiliency/app-design) in Azure.

0 commit comments

Comments
 (0)