Skip to content

Commit cce5c9a

Browse files
Merge pull request #238065 from shpathak-msft/patch-8
Update cache-configure-role-based-access-control.md
2 parents 07ccc9d + 6465814 commit cce5c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-configure-role-based-access-control.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: franlanglois
1414

1515
# Configure role-based access control with Data Access Policy
1616

17-
Managing access to your Azure Cache for Redis instance is critical to ensure that the right users have access to the right set of data and commands. In Redis version 1, the [Access Control List](https://redis.io/docs/management/security/acl/) (ACL) was introduced. ACL limits which user can execute certain commands, and the keys that a user can be access. For example, you can prohibit specific users from deleting keys in the cache using [DEL](https://redis.io/commands/del/) command.
17+
Managing access to your Azure Cache for Redis instance is critical to ensure that the right users have access to the right set of data and commands. In Redis version 6, the [Access Control List](https://redis.io/docs/management/security/acl/) (ACL) was introduced. ACL limits which user can execute certain commands, and the keys that a user can be access. For example, you can prohibit specific users from deleting keys in the cache using [DEL](https://redis.io/commands/del/) command.
1818

1919
Azure Cache for Redis now integrates this ACL functionality with Azure Active Directory (Azure AD) to allow you to configure your Data Access Policies for your application's service principal and managed identity.
2020

@@ -31,7 +31,7 @@ Azure Cache for Redis offers three built-in access policies: _Owner_, _Contribut
3131

3232
## Prerequisites and limitations
3333

34-
- Redis ACL and Data Access Policies aren't supported on Azure Cache for Redis instances that run Redis version 1.
34+
- Redis ACL and Data Access Policies aren't supported on Azure Cache for Redis instances that run Redis version 4.
3535
- Redis ACL and Data Access Policies aren't supported on Azure Cache for Redis instances that depend on [Cloud Services](cache-faq.yml#caches-with-a-dependency-on-cloud-services--classic).
3636
- Azure AD authentication and authorization are supported for SSL connections only.
3737
- Some Redis commands are [blocked](cache-configure.md#redis-commands-not-supported-in-azure-cache-for-redis).

0 commit comments

Comments
 (0)