File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
articles/azure-cache-for-redis Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -73,8 +73,10 @@ The following list provides details and more information about the supported Azu
73
73
- ** RDB** – when there's an issue related to RDB persistence
74
74
- ** Import** – when there's an issue related to Import RDB
75
75
- ** Export** – when there's an issue related to Export RDB
76
- - ** AADAuthenticationFailure** - when there's an authentication failure using Microsoft Entra access token
77
- - ** AADTokenExpired** - when a Microsoft Entra access token used for authentication isn't renewed and it expires.
76
+ - ** AADAuthenticationFailure** - deprecated
77
+ - ** AADTokenExpired** - deprecated
78
+ - ** MicrosoftEntraAuthenticationFailure** - when there's an authentication failure using Microsoft Entra access token
79
+ - ** MicrosoftEntraTokenExpired** - when a Microsoft Entra access token used for authentication isn't renewed and it expires
78
80
- Evicted Keys
79
81
- The number of items evicted from the cache during the specified reporting interval because of the ` maxmemory ` limit.
80
82
- This number maps to ` evicted_keys ` from the Redis INFO command.
You can’t perform that action at this time.
0 commit comments