Skip to content

Commit 05b3832

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#98923
Added a note that this process does not work for managed functions.
1 parent 4343800 commit 05b3832

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/static-web-apps/key-vault-secrets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ ms.author: cshoe
1313

1414
When configuring custom authentication providers, you may want to store connection secrets in Azure Key Vault. This article demonstrates how to use a managed identity to grant Azure Static Web Apps access to Key Vault for custom authentication secrets.
1515

16+
> [!NOTE]
17+
> Azure Serverless Functions do not support direct Key Vault integration. If you require Key Vault integration with your managed Function app, you will need to implement Key Vault access into your app's code.
18+
1619
Security secrets require the following items to be in place.
1720

1821
- Create a system-assigned identity in the Static Web Apps instance.

0 commit comments

Comments
 (0)