Skip to content

Commit fc87cc0

Browse files
Merge pull request #286422 from Rick-Anderson/patch-22
Update cache-azure-active-directory-for-authentication.md
2 parents cd4dff8 + 01c3702 commit fc87cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ The following table includes links to code samples. They demonstrate how to conn
155155

156156
- Configure private links or firewall rules to protect your cache from a denial of service attack.
157157
- Ensure that your client application sends a new Microsoft Entra token at least three minutes before token expiry to avoid connection disruption.
158-
- When you call the Redis server `AUTH` command periodically, consider adding a jitter so that the `AUTH` commands are staggered. In this way, your Redis server doesn't receive too many `AUTH` commands at the same time.
158+
- When you call the Redis server `AUTH` command periodically, consider adding a random delay so that the `AUTH` commands are staggered. In this way, your Redis server doesn't receive too many `AUTH` commands at the same time.
159159

160160
## Related content
161161

0 commit comments

Comments
 (0)