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
*[[schema](logic-apps-enterprise-integration-schemas.md) for encoding and decoding the XML content.
36
35
*[Built-in connectors overview for Azure Logic Apps](../connectors/built-in.md)
37
36
*[Managed or Azure-hosted connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
38
37
@@ -50,22 +49,7 @@ For more information, review the following documentation:
50
49
51
50
*[Create a Standard logic app workflow with single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md)
52
51
53
-
* A flat file schema for encoding and decoding the XML content.
54
-
55
-
To create schemas, you can use the following tools:
56
-
57
-
* Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools Extension](https://aka.ms/vsenterpriseintegrationtools).
58
-
59
-
* Visual Studio 2015 and the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0 extension](https://aka.ms/vsmapsandschemas).
60
-
61
-
> [!NOTE]
62
-
>
63
-
> * Don't install the extension alongside the BizTalk Server extension. Having both extensions might
64
-
> produce unexpected behavior. Make sure that you only have one of these extensions installed.
65
-
>
66
-
> * On high resolution monitors, you might experience a display problem with the map designer in
67
-
> Visual Studio. To resolve this display problem, either restart Visual Studio in DPI-unaware mode,
68
-
> or add the DPIUNAWARE registry value.
52
+
* A flat file schema for encoding and decoding the XML content. For more information, [Add schemas to use with workflows in Azure Logic Apps](logic-apps-enterprise-integration-schemas.md).
69
53
70
54
* Based on whether you're working on a Consumption or Standard logic app workflow, you'll need an [integration account resource](logic-apps-enterprise-integration-create-integration-account.md). Usually, you need this resource when you want to define and store artifacts for use in enterprise integration and B2B workflows.
71
55
@@ -75,12 +59,10 @@ For more information, review the following documentation:
75
59
76
60
* If you're working on a Consumption logic app workflow, your logic app resource requires a [link to your integration account](logic-apps-enterprise-integration-create-integration-account.md?tabs=consumption#link-account).
77
61
78
-
* If you're working on a Standard logic app workflow, you can link your your logic app resource to your integration account, upload encoding schemas directly to your logic app resource, or both, based on the following scenarios:
62
+
* If you're working on a Standard logic app workflow, you can link your your logic app resource to your integration account, upload schemas directly to your logic app resource, or both, based on the following scenarios:
79
63
80
64
* If you already have an integration account with the artifacts that you need or want to use, you can link your integration account to multiple Standard logic app resources where you want to use the artifacts. That way, you don't have to upload schemas to each individual logic app. For more information, review [Link your logic app resource to your integration account](logic-apps-enterprise-integration-create-integration-account.md?tabs=standard#link-account).
81
65
82
-
* Some Azure-hosted integration account connectors, such as AS2, EDIFACT, and X12, let you create a connection to your integration account. If you're just using these connectors, you don't need the link.
83
-
84
66
* The **Flat File** built-in connector lets you select a schema that you previously uploaded to your logic app resource or to a linked integration account, but not both. You can then use this artifact across all child workflows within the same logic app resource.
85
67
86
68
So, if you don't have or need an integration account, you can use the upload option. Otherwise, you can use the linking option. Either way, you can use these artifacts across all child workflows within the same logic app resource.
@@ -95,19 +77,9 @@ For more information, review the following documentation:
95
77
96
78
After you create your schema, you now have to upload the schema based on the following scenario:
97
79
98
-
* If you're working on a Consumption logic app workflow, [upload your template to your integration account](#upload-schema-integration-account).
99
-
100
-
If you're working on a Standard logic app workflow, you can [upload your schema to your integration account](#upload-schema-integration-account), or [upload your schema to your logic app resource](#upload-schema-standard-logic-app).
101
-
102
-
<aname="upload-schema-integration-account"></a>
103
-
104
-
### Upload schema to integration account
105
-
106
-
107
-
<aname="upload-schema-standard-logic-app"></a>
108
-
109
-
### Upload schema to Standard logic app
80
+
* If you're working on a Consumption logic app workflow, [add your schema to your integration account](logic-apps-enterprise-integration-schemas.md?tabs=consumption#add-schema).
110
81
82
+
If you're working on a Standard logic app workflow, you can [add your schema to your integration account](logic-apps-enterprise-integration-schemas.md?tabs=consumption#add-schema), or [upload your schema to your logic app resource](logic-apps-enterprise-integration-schemas.md?tabs=standard#add-schema).
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,7 @@ For more information, review the following documentation:
54
54
55
55
* If you already have an integration account with the artifacts that you need or want to use, you can link the integration account to multiple Standard logic app resources where you want to use the artifacts. That way, you don't have to upload maps to each individual logic app. For more information, review [Link your logic app resource to your integration account](logic-apps-enterprise-integration-create-integration-account.md?tabs=standard#link-account).
56
56
57
-
* Some Azure-hosted integration account connectors, such as **AS2**, **EDIFACT**, and **X12**, let you create a connection to your integration account. If you're just using these connectors, you don't need the link.
58
-
59
-
* The built-in connectors named **Liquid** and **Flat File** let you select maps and schemas that you previously uploaded to your logic app resource or to a linked integration account, but not both. You can then use these artifacts across all child workflows within the *same logic app resource*.
57
+
* The **Liquid** built-in connector lets you select a map that you previously uploaded to your logic app resource or to a linked integration account, but not both. You can then use these artifacts across all child workflows within the *same logic app resource*.
60
58
61
59
So, if you don't have or need an integration account, you can use the upload option. Otherwise, you can use the linking option. Either way, you can use these artifacts across all child workflows within the same logic app resource.
0 commit comments