Skip to content

Commit 353fb75

Browse files
committed
add keyvault docs
1 parent 927c1a3 commit 353fb75

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/users/Index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,14 @@ All other *Application settings* which does not start with `EASYCONFIG__` will b
4848
### Azure KeyVault
4949

5050
An other way to store the Settings is using an Azure KeyVault.
51+
To use the KeyVault you simply use in the app settings the following line configuration to add it:
5152

52-
coming soon ™
53+
```
54+
KeyVault__Uri
55+
```
56+
57+
And set it to the uri of your keyvault. Then you must allow the managed identity of your webapp to read the keyvault.
58+
Then it will be use all the secrets in the KeyVault that start with `EASYCONFIG--`.
5359

5460
### Using the endpoint
5561

0 commit comments

Comments
 (0)