Skip to content

Commit d0662f7

Browse files
committed
minor tweak to list type
1 parent 9932565 commit d0662f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Because most Azure Cache for Redis clients assume that a password/access key is
9797

9898
1. Ensure that your client executes a Redis [AUTH command](https://redis.io/commands/auth/) automatically before your Azure AD token expires using:
9999

100-
1. `UserName` = Object ID of your managed identity or service principal
100+
- `UserName` = Object ID of your managed identity or service principal
101101

102-
1. `Password` = Azure AD token refreshed periodically
102+
- `Password` = Azure AD token refreshed periodically
103103

104104
<!-- (ADD code snippet) -->
105105

0 commit comments

Comments
 (0)