Skip to content

Commit 24419c9

Browse files
authored
Update failover.md with patching note
Clarified patching behavior for caches in the same region and subscription.
1 parent c1fed98 commit 24419c9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/redis/failover.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ The Azure Managed Redis service regularly updates your cache with the latest pla
5858

5959
Each shard of a clustered cache is patched separately and doesn't close connections to another shard.
6060

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.
61+
> [!NOTE]
62+
> Multiple caches in the same region may be patched at the same time, even if they exist in the same subscription and resource group. If this impacts your application, configure [maintenance schedules](scheduled-maintenance.md) such that each cache is patched at a different time.
6263
6364
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).
6465

0 commit comments

Comments
 (0)