Skip to content

Commit 6ef116b

Browse files
authored
Formatting fixes
1 parent bef702a commit 6ef116b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/logic-apps/logic-apps-enterprise-integration-xml-parse.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ This action is currently not yet supported for the [Consumption logic app resour
3939

4040
* Exists in the same location or Azure region as your logic app resource where you plan to use the **Parse XML with schema** action.
4141

42-
4342
* If you're working on a [Standard logic app resource and workflow](logic-apps-overview.md#resource-environment-differences), you can link your integration account to your logic app resource, upload XSD schemas directly to your logic app resource, or both, based on the following scenarios:
4443

4544
* 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 XSD schemas to each individual logic app. For more information, review [Link your logic app resource to your integration account](enterprise-integration/create-integration-account.md?tabs=standard#link-account).
@@ -54,13 +53,12 @@ This action is currently not yet supported for the [Consumption logic app resour
5453

5554
```xml
5655
<xs:element name="Root">
57-
<....>
56+
<....>
5857
</xs:element>
5958
```
6059

6160
## Add a Parse XML with schema action
6261

63-
6462
1. In the [Azure portal](https://portal.azure.com), open your Standard logic app and workflow in the designer.
6563

6664
1. If you have a blank workflow that doesn't have a trigger, [follow these general steps to add any trigger you want](create-workflow-with-trigger-or-action.md?tabs=standard#add-trigger). Otherwise, continue to the next step.
@@ -77,9 +75,8 @@ This action is currently not yet supported for the [Consumption logic app resour
7775

7876
This example selects the **Body** token from the trigger.
7977

80-
![Screenshot shows Standard workflow with opened dynamic content list.](./media/logic-apps-enterprise-integration-xml-parse/open-dynamic-content-list-standard.png)
78+
:::image type="content" source="media/logic-apps-enterprise-integration-xml-parse/open-dynamic-content-list-standard.png" alt-text="Screenshot shows Standard workflow with opened dynamic content list.":::
8179

82-
8380
1. From the **Source** list, select the location where you uploaded your XSD schema, either your **LogicApp** resource or your **IntegrationAccount**.
8481

8582
1. From the **Name** list, select your XSD schema.
@@ -109,4 +106,3 @@ The following table describes the advanced parameters available in this action:
109106
## Related content
110107

111108
- [Compose XML with schema](logic-apps-enterprise-integration-xml-compose.md)
112-

0 commit comments

Comments
 (0)