Skip to content

Commit c9f09bf

Browse files
Merge pull request #263553 from xuehongg/mybranch7
adding key vault app setting limitation
2 parents 4fabffa + 7db9ac6 commit c9f09bf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 01/09/2024
8+
ms.date: 01/18/2024
99
ms.custom: fasttrack-edit
1010
---
1111

@@ -27,6 +27,13 @@ In *single-tenant* Azure Logic Apps, deployment becomes easier because you can s
2727

2828
App settings integrate with Azure Key Vault. You can [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection strings and keys. Similar to Azure Resource Manager templates (ARM templates), where you can define environment variables at deployment time, you can define app settings within your [logic app workflow definition](/azure/templates/microsoft.logic/workflows). You can then capture dynamically generated infrastructure values, such as connection endpoints, storage strings, and more. However, app settings have size limitations and can't be referenced from certain areas in Azure Logic Apps.
2929

30+
> [!NOTE]
31+
>
32+
> If you use Key Vault, make sure that you store only secrets, such as passwords, credentials, and certificates.
33+
> In a logic app workflow, don't use Key Vault to store non-secret values, such as URL paths, that the workflow designer needs to make calls.
34+
> The designer can't deference an app setting that references a Key Vault resource type, which results in an
35+
> error and a failed call. For non-secret values, store them directly in app settings.
36+
3037
For more information about setting up your logic apps for deployment, see the following documentation:
3138

3239
- [Create parameters for values that change in workflows between environments for single-tenant Azure Logic Apps](parameterize-workflow-app.md)

0 commit comments

Comments
 (0)