Skip to content

Commit c464921

Browse files
committed
review comment
1 parent b7fba24 commit c464921

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

articles/redis/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ items:
105105
items:
106106
- name: Secure your Azure Managed Redis deployment
107107
href: secure-azure-managed-redis.md
108+
displayName: security features, security baseline
108109
- name: Using TLS with a managed cache
109110
href: tls-configuration.md
110111
- name: Configure disk encryption

articles/redis/secure-azure-managed-redis.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66
ms.service: azure-managed-redis
77
ms.topic: concept-article
88
ms.custom: horz-security
9-
ms.date: 03/10/2026
9+
ms.date: 03/30/2026
1010
ai-usage: ai-assisted
1111
---
1212

@@ -60,8 +60,6 @@ Implement comprehensive logging and monitoring to detect security threats and tr
6060

6161
- **Enable connection logs**: Configure Azure diagnostic settings to log client connections to your cache. Connection logs record who is connecting and the timestamp of those connections, enabling you to identify the scope of security breaches and perform security auditing. See [Azure Monitor diagnostic settings](/azure/redis/monitor-diagnostic-settings).
6262

63-
- **Enable cache metrics logging**: Select the **AllMetrics** option in diagnostic settings to log metrics from Azure Monitor. Metrics such as server load, connections per second, and memory usage help identify anomalous behavior that might indicate security issues. See [Azure Managed Redis metrics](/azure/redis/monitor-cache-reference#metrics).
64-
6563
- **Monitor the Activity log**: Review the Azure Activity log to track management operations performed on your Azure Managed Redis resources. Activity logs help you determine what operations were performed, who initiated them, and when they occurred for security auditing purposes. See [Activity log](/azure/redis/configure#activity-log).
6664

6765
- **Create security alerts**: Set up Azure Monitor alerts to notify you of abnormal usage patterns, connection anomalies, or potential security breaches affecting your cache. Configure alerts based on connection count spikes, authentication failures, or unusual data transfer patterns. See [Alerts](/azure/redis/configure#alerts).

0 commit comments

Comments
 (0)