From 3129360a8bc63e90dbcb1b326702f14c51e49845 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 7 Nov 2025 16:17:23 +0100 Subject: [PATCH] Update default connection string format in documentation Fix missing "password=" block in the default connection string --- articles/api-management/api-management-howto-cache-external.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/api-management/api-management-howto-cache-external.md b/articles/api-management/api-management-howto-cache-external.md index 9cbc59a04496f..1c4969e2e4be3 100644 --- a/articles/api-management/api-management-howto-cache-external.md +++ b/articles/api-management/api-management-howto-cache-external.md @@ -86,7 +86,7 @@ The **Use from** setting in the configuration specifies the location of your API 1. Select **Save**. > [!NOTE] -> The default connection string is in the form `:10000,,ssl=True,abortConnect=False`. API Management stores the string as a secret named value. If you need to view or edit the string to rotate the access key or troubleshoot connection issues, go to the **Named values** blade. +> The default connection string is in the form `:10000,password=,ssl=True,abortConnect=False`. API Management stores the string as a secret named value. If you need to view or edit the string to rotate the access key or troubleshoot connection issues, go to the **Named values** blade. ### Add a Redis-compatible cache hosted outside of the current Azure subscription or Azure in general