You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/create-parameters-workflows.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 02/03/2022
8
+
ms.date: 02/08/2022
9
9
---
10
10
11
11
# 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
39
39
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).
40
40
41
41
> [!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.
45
49
46
50
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.
0 commit comments