Skip to content

Commit c3d19d6

Browse files
Merge pull request #271286 from flang-msft/fxl---cache-azure-active-directory-for-authentication.md
FXL---added links to cli
2 parents a663a7b + ca74cbe commit c3d19d6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-cache-for-redis/cache-azure-active-directory-for-authentication.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ To use the ACL integration, your client application must assume the identity of
5858
> [!IMPORTANT]
5959
> Once the enable operation is complete, the nodes in your cache instance reboots to load the new configuration. We recommend performing this operation during your maintenance window or outside your peak business hours. The operation can take up to 30 minutes.
6060
61+
For information on using Microsoft Entra ID with Azure CLI, see the [references pages for identity](/cli/azure/redis/identity).
62+
6163
## Using data access configuration with your cache
6264

6365
If you would like to use a custom access policy instead of Redis Data Owner, go to the **Data Access Configuration** on the Resource menu. For more information, see [Configure a custom data access policy for your application](cache-configure-role-based-access-control.md#configure-a-custom-data-access-policy-for-your-application).
@@ -128,6 +130,8 @@ The following table includes links to code samples, which demonstrate how to con
128130

129131
- When calling the Redis server `AUTH` command periodically, consider adding a jitter so that the `AUTH` commands are staggered, and your Redis server doesn't receive lot of `AUTH` commands at the same time.
130132

131-
## Next steps
133+
## Related content
132134

133135
- [Configure role-based access control with Data Access Policy](cache-configure-role-based-access-control.md)
136+
- [Reference pages for identity](/cli/azure/redis/identity)
137+

0 commit comments

Comments
 (0)