Skip to content

Commit 968afc8

Browse files
authored
Merge pull request #7220 from MMasey/patch-9
Update key-vault.md
2 parents 3441992 + 4f6934a commit 968afc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/extending/key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dotnet add package Azure.Identity
3232
### Configuration
3333

3434
{% hint style="info" %}
35-
You can find the database connection string under the `Umbraco:CMS:ConnectionStrings` section in the `appsettings.json` file. For more information, see the [Connection strings settings](../reference/configuration/connectionstringssettings.md) article.
35+
You can find the database connection string under the `ConnectionStrings:umbracoDbDSN` section in the `appsettings.json` file. For more information, see the [Connection strings settings](../reference/configuration/connectionstringssettings.md) article.
3636
{% endhint %}
3737

3838
The next step is to add the Azure Key Vault endpoint to the `appsettings.json` file (or create as an Environment Variable). You can add this endpoint in the root or anywhere in the `appsettings.json` as long as it is resolved in the `ConfigureAppConfiguration` method.

0 commit comments

Comments
 (0)