Skip to content

Commit 73a0e4a

Browse files
authored
Merge pull request #188584 from ArchangelSDY/signalr-az
Add doc for SignalR availability zones
2 parents 38b73b8 + 4d4f072 commit 73a0e4a

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

articles/azure-signalr/TOC.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
href: ../azure-functions/functions-bindings-signalr-service.md
6060
- name: Upstream settings
6161
href: concept-upstream.md
62-
- name: Availability
63-
items:
64-
- name: Gracefully shutdown your app server.
65-
href: server-graceful-shutdown.md
6662
- name: High availability
6763
items:
64+
- name: Gracefully shutdown your app server
65+
href: server-graceful-shutdown.md
6866
- name: Resiliency and disaster recovery
6967
href: signalr-concept-disaster-recovery.md
68+
- name: Availability zones
69+
href: availability-zones.md
7070
- name: Messages and connections
7171
href: signalr-concept-messages-and-connections.md
7272
- 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)