Skip to content

Commit 597f8f8

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#417500
Updated line no: 216,217 by adding with "When configuring AzureWebJobsSecretStorageType to kubernetes, ensure that the Kubernetes secret specified by AzureWebJobsKubernetesSecretName is not marked as immutable. The Azure Functions runtime requires write access to this secret to store and manage function keys. Marking the secret as immutable will prevent the runtime from performing necessary operations, leading to a 500 Internal Server Error during function execution."
1 parent 9964dec commit 597f8f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ Indicates the Kubernetes Secrets resource used for storing keys. Supported only
213213
|---|------------|
214214
|AzureWebJobsKubernetesSecretName|`<SECRETS_RESOURCE>`|
215215

216+
> [!Important]
217+
> When configuring AzureWebJobsSecretStorageType to kubernetes, ensure that the Kubernetes secret specified by AzureWebJobsKubernetesSecretName is not marked as immutable. The Azure Functions runtime requires write access to this secret to store and manage function keys. Marking the secret as immutable will prevent the runtime from performing necessary operations, leading to a 500 Internal Server Error during function execution.
218+
216219
To learn more, see [Manage key storage](function-keys-how-to.md#manage-key-storage).
217220

218221
## AzureWebJobsSecretStorageKeyVaultClientId

0 commit comments

Comments
 (0)