Skip to content

Commit a2ecd29

Browse files
committed
Updates for Identity GA to other documents
1 parent 654a775 commit a2ecd29

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

articles/azure-cache-for-redis/cache-configure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can view and configure the following settings using the **Resource Menu**. T
3636
- [Scale](#scale)
3737
- [Cluster size](#cluster-size)
3838
- [Data persistence](#data-persistence)
39-
- [(Preview) Identity](#preview-identity)
39+
- [Identity](#identity)
4040
- [Alerts](#alerts)
4141
- [Schedule updates](#schedule-updates)
4242
- [Geo-replication](#geo-replication)
@@ -242,11 +242,11 @@ For more information, see [How to configure persistence for a Premium Azure Cach
242242
> [!IMPORTANT]
243243
> Redis data persistence is only available for Premium caches.
244244
245-
### (preview) Identity
245+
### Identity
246246

247-
Use **(preview) Identity** to configure managed identities. Managed identities are a common tool used in Azure to help developers minimize the burden of managing secrets and sign-in information.
247+
Use **Identity** to configure managed identities. Managed identities are a common tool used in Azure to help developers minimize the burden of managing secrets and sign-in information.
248248

249-
Presently, you can only use managed identities for storage. For more information, see [Managed identity for storage (Preview)](cache-managed-identity.md).
249+
Presently, you can only use managed identities for storage. For more information, see [Managed identity for storage](cache-managed-identity.md).
250250

251251
> [!NOTE]
252252
> Managed identity functionality is only available in the Premium tier for use with storage.

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ author: flang-msft
55
ms.author: franlanglois
66
ms.service: cache
77
ms.topic: reference
8-
ms.date: 08/01/2022
8+
ms.date: 09/01/2022
99

1010
---
1111

1212
# What's New in Azure Cache for Redis
1313

14+
## September 2022
15+
16+
### Support for managed identity in Azure Cache for Redis
17+
18+
Azure Cache for Redis now supports authenticating storage account connections using managed identity has moved from preview to General Availability (GA).
19+
20+
For more information, see [Managed identity for storage](cache-managed-identity.md).
21+
1422
## August 2022
1523

1624
### RedisJSON module available in Azure Cache for Redis Enterprise
@@ -86,7 +94,7 @@ Active geo-replication is a powerful tool that enables Azure Cache for Redis clu
8694

8795
Azure Cache for Redis now supports authenticating storage account connections using managed identity. Identity is established through Azure Active Directory, and both system-assigned and user-assigned identities are supported. Support for managed identity further allows the service to establish trusted access to storage for uses including data persistence and importing/exporting cache data.
8896

89-
For more information, see [Managed identity with Azure Cache for Redis (Preview)](cache-managed-identity.md).
97+
For more information, see [Managed identity with Azure Cache for Redis](cache-managed-identity.md).
9098

9199
## October 2021
92100

0 commit comments

Comments
 (0)