Skip to content

Commit aa3e062

Browse files
authored
Merge pull request #127831 from changeworld/patch-14
Fix typo: mananged -> managed
2 parents 6075e64 + a24a9f6 commit aa3e062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-bindings-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ When connecting to a cache instance with an Azure function, you can use one of t
9696

9797
### [User-assigned managed identity](#tab/user-assigned)
9898

99-
A user-assigned mananged identity must be associated with your function app, and that identity must also be granted explicit permissions in your cache service. For more information, see [Use Microsoft Entra ID for cache authentication](/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication).
99+
A user-assigned managed identity must be associated with your function app, and that identity must also be granted explicit permissions in your cache service. For more information, see [Use Microsoft Entra ID for cache authentication](/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication).
100100

101101
### [System-assigned managed identity](#tab/system-assigned)
102102

103-
The built-in system-assigned mananged identity must be enabled in your function app, and that identity must also be granted explicit permissions in your cache service. For more information, see [Use Microsoft Entra ID for cache authentication](/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication).
103+
The built-in system-assigned managed identity must be enabled in your function app, and that identity must also be granted explicit permissions in your cache service. For more information, see [Use Microsoft Entra ID for cache authentication](/azure/azure-cache-for-redis/cache-azure-active-directory-for-authentication).
104104

105105
### [Connection string](#tab/connection-string)
106106

0 commit comments

Comments
 (0)