Skip to content

Commit c88043e

Browse files
committed
Consolidate content about schemas
1 parent 914547f commit c88043e

File tree

4 files changed

+49
-68
lines changed

4 files changed

+49
-68
lines changed

articles/logic-apps/logic-apps-enterprise-integration-flatfile.md

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ For more information, review the following documentation:
3232

3333
* [Consumption versus Standard logic apps](logic-apps-overview.md#resource-type-and-host-environment-differences)
3434
* [Integration account built-in connectors](../connectors/built-in.md#integration-account-built-in)
35-
* [[schema](logic-apps-enterprise-integration-schemas.md) for encoding and decoding the XML content.
3635
* [Built-in connectors overview for Azure Logic Apps](../connectors/built-in.md)
3736
* [Managed or Azure-hosted connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors)
3837

@@ -50,22 +49,7 @@ For more information, review the following documentation:
5049

5150
* [Create a Standard logic app workflow with single-tenant Azure Logic Apps](create-single-tenant-workflows-azure-portal.md)
5251

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).
6953

7054
* 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.
7155

@@ -75,12 +59,10 @@ For more information, review the following documentation:
7559
7660
* 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).
7761

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:
7963

8064
* 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).
8165

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-
8466
* 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.
8567

8668
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:
9577

9678
After you create your schema, you now have to upload the schema based on the following scenario:
9779

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-
<a name="upload-schema-integration-account"></a>
103-
104-
### Upload schema to integration account
105-
106-
107-
<a name="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).
11081

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).
11183

11284
## Add a Flat File encoding action
11385

articles/logic-apps/logic-apps-enterprise-integration-liquid-transform.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ For more information, review the following documentation:
5454

5555
* 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).
5656

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*.
6058

6159
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.
6260

0 commit comments

Comments
 (0)