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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Failover and patching - Azure Managed Redis
3
3
description: Learn about failover, patching, and the update process for Azure Managed Redis.
4
-
ms.date: 05/18/2025
4
+
ms.date: 02/26/2026
5
5
ms.topic: conceptual
6
6
ms.custom:
7
7
- engagement-fy23
@@ -87,9 +87,13 @@ Maintenance includes these updates:
87
87
- Redis Server updates: Any update or patch of the Redis server binaries.
88
88
- Virtual machine (VM) updates: Any updates of the virtual machine hosting the Redis service. VM updates include patching software components in the hosting environment to upgrading networking components or decommissioning.
89
89
90
-
### Does maintenance appear in the service health in the Azure portal before a patch?
90
+
### Does maintenance history appear in the Azure portal?
91
91
92
-
No, maintenance doesn't appear under [service health](/azure/service-health/) in the portal or any other place.
92
+
To learn about maintenance history in the Azure portal, check the Azure [Activity log](/azure/azure-monitor/essentials/activity-log) for your cache instance. The "healthevent" event is emitted when maintenance begins.
93
+
94
+
:::image type="content" source="media/failover/activity-log-event.png" alt-text="Screenshot of maintenance event in Activity log in the portal.":::
95
+
96
+
To receive notifications automatically, [set up an alert](/azure/azure-monitor/alerts/alerts-activity-log) on the Activity log.
0 commit comments