Skip to content

Commit f214091

Browse files
Merge pull request #275296 from flang-msft/fxl---Microsoft-Entra-ID-(AAD)-with-Redis-GA-announcement-ado26147527
Fxl--updated metrics' names
2 parents 7b96cb9 + d8128bb commit f214091

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

articles/azure-cache-for-redis/cache-whats-new.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ ms.custom: references_regions
77
ms.author: franlanglois
88
ms.service: cache
99
ms.topic: conceptual
10-
ms.date: 04/12/2024
10+
ms.date: 05/09/2024
1111

1212
---
1313

1414
# What's New in Azure Cache for Redis
1515

16+
## May 2024
17+
18+
Support Microsoft Entra ID for authentication and role-based access control across regions that support Azure Cache for Redis is now in General Availability (GA).
19+
1620
## April 2024
1721

18-
Support for a built-in _flush_ operation that can be started at the control plane level for caches in the Basic, Standard, and Premium tier has now reached General Availability (GA).
22+
Support for a built-in _flush_ operation that can be started at the control plane level for caches in the Basic, Standard, and Premium tier is now in General Availability (GA).
1923

2024
For more information, see [flush data operation](cache-administration.md#flush-data).
2125

articles/azure-cache-for-redis/monitor-cache-reference.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Monitoring data reference for Azure Cache for Redis
33
description: This article contains important reference material you need when you monitor Azure Cache for Redis.
4-
ms.date: 03/21/2024
4+
ms.date: 05/13/2024
55
ms.custom: horz-monitor
66
ms.topic: reference
77
author: robb
@@ -73,8 +73,10 @@ The following list provides details and more information about the supported Azu
7373
- **RDB** – when there's an issue related to RDB persistence
7474
- **Import** – when there's an issue related to Import RDB
7575
- **Export** – when there's an issue related to Export RDB
76-
- **AADAuthenticationFailure** (preview) - when there's an authentication failure using Microsoft Entra access token
77-
- **AADTokenExpired** (preview) - when a Microsoft Entra access token used for authentication isn't renewed and it expires.
76+
- **AADAuthenticationFailure** - deprecated
77+
- **AADTokenExpired** - deprecated
78+
- **MicrosoftEntraAuthenticationFailure** - when there's an authentication failure using Microsoft Entra access token
79+
- **MicrosoftEntraTokenExpired** - when a Microsoft Entra access token used for authentication isn't renewed and it expires
7880
- Evicted Keys
7981
- The number of items evicted from the cache during the specified reporting interval because of the `maxmemory` limit.
8082
- This number maps to `evicted_keys` from the Redis INFO command.

0 commit comments

Comments
 (0)