You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/redis/failover.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ The Azure Managed Redis service regularly updates your cache with the latest pla
55
55
3. One by one, all nodes being patched are removed from the cluster. Any shards on these VMs will be demoted and migrated to one of the new VMs.
56
56
4. Finally, all VMs that were replaced are deleted.
57
57
58
-
59
58
Each shard of a clustered cache is patched separately and doesn't close connections to another shard.
60
59
61
-
Multiple caches in the same resource group and region are also patched one at a time. Caches that are in different resource groups or different regions might be patched simultaneously.
60
+
> [!NOTE]
61
+
> Multiple caches in the same region might be patched at the same time. If this affects your application, configure [maintenance schedules](scheduled-maintenance.md) such that each cache is patched at a different time.
62
62
63
63
Because full data synchronization happens before the process repeats, data loss is unlikely to occur for your cache. You can further guard against data loss by [exporting](how-to-import-export-data.md#export) data and enabling [persistence](how-to-persistence.md).
Copy file name to clipboardExpand all lines: articles/reliability/overview-reliability-guidance.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,16 @@ description: See a list of reliability guides for Azure products and services. L
4
4
author: anaharris-ms
5
5
ms.service: azure
6
6
ms.topic: reliability-article
7
-
ms.date: 12/01/2025
7
+
ms.date: 01/15/2026
8
8
ms.author: anaharris
9
9
ms.custom: subject-reliability
10
10
ms.subservice: azure-reliability
11
11
---
12
12
13
-
14
13
# Reliability guides by service
15
14
16
15
This article provides links to reliability guidance for many Azure services. Most reliability guides contain the following information:
17
16
18
-
19
17
-*Production deployment recommendations* provide guidance on how to deploy the service to meet your reliability requirements in production environments.
20
18
21
19
-*Resilience to transient faults* describes how the service handles day-to-day transient faults that can occur in the cloud. It also describes how to handle these faults in your application, including information about retry policies, timeouts, and other best practices.
@@ -32,10 +30,9 @@ This article provides links to reliability guidance for many Azure services. Mos
32
30
33
31
-*Backup and recovery* for supported services, including who controls and manages backups, where they're stored and replicated to, how they can be recovered, and whether they're accessible only within a region or across regions.
34
32
35
-
36
33
## Reliability guides by service
37
34
38
-
The following table provides links to reliability guidance for Azure services. Each guide contains information about how the service supports reliability features.
35
+
The following table provides links to reliability guidance for Azure services. Each guide contains information about how the service supports reliability features.
39
36
40
37
> [!NOTE]
41
38
> Some documents don't follow a single reliability guide format. These services might list more than one article that references reliability guidance.
@@ -100,7 +97,7 @@ The following table provides links to reliability guidance for Azure services. E
100
97
|Azure Managed Redis|[Reliability in Azure Managed Redis](./reliability-managed-redis.md)||
101
98
|Azure Media Services||[High availability by using Media Services and video on demand (VOD)](/azure/media-services/latest/architecture-high-availability-encoding-concept)|
102
99
|Azure Migrate ||[Azure Migrate and backup and disaster recovery](../migrate/resources-faq.md#does-azure-migrate-offer-backup-and-disaster-recovery)|
103
-
|Azure Monitor Logs ||[Enhance data and service resilience in Azure Monitor Logs by using availability zones](/azure/azure-monitor/logs/availability-zones) </p> [Azure Monitor Logs workspace replication](/azure/azure-monitor/logs/workspace-replication)|
100
+
|Azure Monitor Logs ||[Enhance data and service resilience in Azure Monitor Logs by using availability zones](/azure/azure-monitor/logs/availability-zones) </p> [Azure Monitor Logs workspace replication](/azure/azure-monitor/logs/workspace-replication)|
104
101
|Azure NAT Gateway |[Reliability in Azure NAT Gateway](./reliability-nat-gateway.md)||
105
102
|Azure NetApp Files|[Reliability in Azure NetApp Files](reliability-netapp-files.md)||
106
103
|Azure Network Watcher||[Network Watcher service availability and redundancy](../network-watcher/frequently-asked-questions.yml#service-availability-and-redundancy)|
@@ -128,8 +125,8 @@ The following table provides links to reliability guidance for Azure services. E
128
125
|Azure VMware Solution||[Deploy disaster recovery by using VMware HCX](../azure-vmware/deploy-disaster-recovery-using-vmware-hcx.md)|
129
126
|Azure VPN Gateway|[Reliability in VPN Gateway](reliability-virtual-network-gateway.md?pivot=vpn)||
130
127
|Azure Web Application Firewall||[Deploy Azure Firewall with availability zones by using Azure PowerShell](../firewall/deploy-availability-zone-powershell.md) </p> [Achieve a disaster recovery scenario across datacenters by using Application Gateway](../application-gateway/application-gateway-faq.yml#how-do-i-achieve-a-disaster-recovery-scenario-across-datacenters-by-using-application-gateway)|
131
-
|Community Training|[Reliability in Community Training](reliability-community-training.md)||
132
-
|Microsoft Fabric|[Reliability in Fabric](reliability-fabric.md)||
128
+
|Microsoft Community Training|[Reliability in Microsoft Community Training](reliability-community-training.md)||
129
+
|Microsoft Fabric|[Reliability in Microsoft Fabric](reliability-fabric.md)||
133
130
|Microsoft Purview|[Reliability in Microsoft Purview](reliability-microsoft-purview.md)||
0 commit comments