Skip to content

Commit b8b4dfa

Browse files
authored
Merge pull request #127857 from nrobert/patch-1
APIM / Redis cache setup - Update default connection string format in documentation
2 parents f640f5c + 3129360 commit b8b4dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/api-management/api-management-howto-cache-external.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The **Use from** setting in the configuration specifies the location of your API
8686
1. Select **Save**.
8787

8888
> [!NOTE]
89-
> The default connection string is in the form `<cache-name>:10000,<cache-access-key>,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.
89+
> The default connection string is in the form `<cache-name>:10000,password=<cache-access-key>,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.
9090
9191
### Add a Redis-compatible cache hosted outside of the current Azure subscription or Azure in general
9292

0 commit comments

Comments
 (0)