Skip to content

Commit 2116715

Browse files
committed
Updates per team feedback
1 parent 09584ba commit 2116715

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/logic-apps/create-parameters-workflows.md

Lines changed: 8 additions & 4 deletions
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: 02/03/2022
8+
ms.date: 02/08/2022
99
---
1010

1111
# Create cross-environment parameters for workflow inputs in Azure Logic Apps
@@ -39,9 +39,13 @@ In multi-tenant Consumption logic app workflows, after you create and use parame
3939
In single-tenant Standard logic app workflows, you can work with environment variables both at runtime and deployment by using parameters *and* app settings. App settings contain global configuration options for *all the workflows* in the same logic app resource. For more information, review [Edit host and app settings for single-tenant based logic apps](edit-app-settings-host-settings.md).
4040

4141
> [!NOTE]
42-
> In Standard logic app workflows, secure data types, such as `securestring` and `secureobject`, aren't supported.
43-
44-
For example, you can use app settings to integrate with Azure Key Vault and [directly reference secure strings](../app-service/app-service-key-vault-references.md), such as connection strings and keys. Similar to 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.
42+
> In Standard logic app workflows, secure data types, such as `securestring` and `secureobject`,
43+
> aren't supported. To a different option, you can use app settings with Azure Key Vault.
44+
> You can then [directly reference secure strings](../app-service/app-service-key-vault-references.md),
45+
> such as connection strings and keys. Similar to ARM templates, where you can define environment
46+
> variables at deployment time, you can define app settings within your
47+
> [logic app workflow definition](/azure/templates/microsoft.logic/workflows). You can then capture
48+
> dynamically generated infrastructure values, such as connection endpoints, storage strings, and more.
4549
4650
However, app settings have size limits and can't be referenced from certain areas in Azure Logic Apps. Parameters offer a wider range of use cases than app settings, such as support for large value sizes and complex objects.
4751

-1.86 KB
Loading

0 commit comments

Comments
 (0)