Skip to content

Commit 163cef8

Browse files
committed
Addressing acrolynx review
1 parent 137f693 commit 163cef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-key-vault-secrets-storage-warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ ms.author: thalme
77
---
88

99
> [!IMPORTANT]
10-
> When using Azure Key Vault for key storage via the `AzureWebJobsSecretStorageKeyVaultUri` setting, secrets are not automatically scoped to individual function apps. If multiple function apps are configured to use the same Key Vault, they will share the same secret store, potentially leading to key collisions or overwrites. To avoid unintended behavior, it is strongly recommended to use a separate Key Vault instance for each function app.
10+
> Secrets aren't scoped to individual function apps through the `AzureWebJobsSecretStorageKeyVaultUri` setting. If multiple function apps are configured to use the same Key Vault they share the same secrets, potentially leading to key collisions or overwrites. To avoid unintended behavior, it's recommended to use a separate Key Vault instance for each function app.

0 commit comments

Comments
 (0)