We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927c1a3 commit 353fb75Copy full SHA for 353fb75
docs/users/Index.md
@@ -48,8 +48,14 @@ All other *Application settings* which does not start with `EASYCONFIG__` will b
48
### Azure KeyVault
49
50
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:
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--`.
59
60
### Using the endpoint
61
0 commit comments