Skip to content

Commit b85cfe0

Browse files
committed
edit
1 parent 8fb04dc commit b85cfe0

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

articles/reliability/reliability-bot.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,31 @@ ms.author: anaharris-ms
66
ms.topic: overview
77
ms.custom: subject-reliability
88
ms.prod: non-product-specific
9-
ms.date: 12/09/2022
9+
ms.date: 01/06/2022
1010
---
1111

1212

1313
# What is reliability in Azure Bot Service?
1414

15-
Azure Bot Service is a global Azure service that supports regional compliance options. With those options, customers can connect their applications (bots) to their end-users on a variety of 1st and 3rd party chat services within certain geographic boundaries.
15+
When you create an application (bot) in Azure, you can choose whether or not your bot resource will have global or local data residency. Local data residency ensures that your bot's personal data is preserved, stored, and processed within certain geographic boundaries (like EU boundaries).
1616

17-
This article describes reliability support in Azure Bot Service, and covers both regional reliability with availability zones and cross-region resiliency with disaster recovery. For a more detailed overview of reliability in Azure, see [Azure reliability](https://docs.microsoft.com/azure/architecture/framework/resiliency/overview.md).
17+
>[!IMPORTANT]
18+
>Availability zone support is not enabled for any standard channels in the regional bot service.
1819
20+
This article describes reliability support in Azure Bot Service, and covers both regional reliability with availability zones and cross-region resiliency with disaster recovery for bots with local data residency. For a more detailed overview of reliability in Azure, see [Azure reliability](https://docs.microsoft.com/azure/architecture/framework/resiliency/overview.md).
21+
22+
For more information on deploying bots with local data residency and regional compliance, see [Regionalization in Azure Bot Service](/azure/bot-service/bot-builder-concept-regionalization?view=azure-bot-service-4.0).
1923

2024
## Availability zone support
2125

2226
Azure availability zones are at least three physically separate groups of datacenters within each Azure region. Datacenters within each zone are equipped with independent power, cooling, and networking infrastructure. In the case of a local zone failure, availability zones are designed so that if the one zone is affected, regional services, capacity, and high availability are supported by the remaining two zones. Failures can range from software and hardware failures to events such as earthquakes, floods, and fires. Tolerance to failures is achieved with redundancy and logical isolation of Azure services. For more detailed information on availability zones in Azure, see [Regions and availability zones](/azure/availability-zones/az-overview.md).
2327

24-
Azure Bot Service delivered “Zone Redundant by Default” scenario to [Regional ABS](https://learn.microsoft.com/en-us/azure/bot-service/bot-builder-concept-regionalization?view=azure-bot-service-4.0) (for tiers where supported).
28+
For regional bots, Azure Bot Service supports zone redundancy by default. You don't need to set it up or reconfigure for availability zone support.
2529

2630
### Prerequisites
2731

28-
No availablity zone enabled for Global Azure Bot Service.
29-
No availablity zone enabled for "Standard channels" in Regional Bot Service.
30-
Only EU is the current supported region in Regional Azure Bot Service.
31-
32-
The Availability Zones is default enabled for "Premium channels" in Regional Azure Bot Service. User do not need to set it up or reconfigurating AZ's by themselves. All the configurations for AZ's are deployed behind the scene by Azure Bot Service.
32+
- Your bot must be regional (not global).
33+
- Currently, only the "westeurope" region supports availability zones.
3334

3435
### Zone down experience
3536

@@ -38,7 +39,7 @@ During a zone-wide outage, the customer should expect a brief degradation of per
3839

3940
### Cross-region disaster recovery in multi-region geography
4041

41-
Azure Bot Service runs Active-Active mode for both global and regional services. No customer action is required to detect and manage the outage. Azure Bot Service will auto-failover and auto recovery in multi-region geographically
42+
Azure Bot Service runs in active-active mode for both global and regional services. When an outage occurs, you don't need to detect errors or manage the service. Azure Bot Service automatically performs auto-failover and auto recovery in a multi-region geographical architecture. For the EU bot regional service, Azure Bot Service provides two full regions inside Europe with active/active replication to ensure redundancy. For the global bot service, all available regions/geographies can be served as the global footprint.
4243

4344

4445
## Next steps

0 commit comments

Comments
 (0)