From a24a9f67d341924b51a34ac4df0828ae8cc44e8d Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Wed, 5 Nov 2025 09:40:42 +0900 Subject: [PATCH] Fix typo: mananged -> managed --- articles/azure-functions/functions-bindings-cache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/azure-functions/functions-bindings-cache.md b/articles/azure-functions/functions-bindings-cache.md index ae4fe6a3fec99..98c912f3e9aed 100644 --- a/articles/azure-functions/functions-bindings-cache.md +++ b/articles/azure-functions/functions-bindings-cache.md @@ -96,11 +96,11 @@ When connecting to a cache instance with an Azure function, you can use one of t ### [User-assigned managed identity](#tab/user-assigned) -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). +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). ### [System-assigned managed identity](#tab/system-assigned) -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). +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). ### [Connection string](#tab/connection-string)