Skip to content

Commit 9f06d70

Browse files
Merge pull request #262503 from ecfan/freshness
Azure Logic Apps: Review content, minor refactoring
2 parents 17c3fcc + bea37d3 commit 9f06d70

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

articles/logic-apps/logic-apps-custom-api-host-deploy-call.md

Lines changed: 1 addition & 1 deletion
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: 08/01/2022
8+
ms.date: 01/04/2024
99
---
1010

1111
# Deploy and call custom APIs from workflows in Azure Logic Apps

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

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 08/30/2022
10+
ms.date: 01/04/2024
1111
---
1212

1313
# Add schemas to use with workflows with Azure Logic Apps
1414

15+
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
16+
1517
Workflow actions such as **Flat File** and **XML Validation** require a schema to perform their tasks. For example, the **XML Validation** action requires an XML schema to check that documents use valid XML and have the expected data in the predefined format. This schema is an XML document that uses [XML Schema Definition (XSD)](https://www.w3.org/TR/xmlschema11-1/) language and has the .xsd file name extension. The **Flat File** actions use a schema to encode and decode XML content.
1618

1719
This article shows how to add a schema to your integration account. If you're working with a Standard logic app workflow, you can also add a schema directly to your logic app resource.
@@ -78,9 +80,7 @@ This article shows how to add a schema to your integration account. If you're wo
7880

7981
To resolve this error, you need to use the element `xsd:import` or `xsd:include` instead of `xsd:redefine`, or use a URI.
8082

81-
<a name="add-schema"></a>
82-
83-
## Add schemas
83+
## Considerations for adding schemas
8484

8585
* If you're working with a Consumption workflow, you must add your schema to a linked integration account.
8686

@@ -92,7 +92,7 @@ This article shows how to add a schema to your integration account. If you're wo
9292

9393
<a name="add-schema-integration-account"></a>
9494

95-
### Add schema to integration account
95+
## Add schema to integration account
9696

9797
1. In the [Azure portal](https://portal.azure.com), sign in with your Azure account credentials.
9898

@@ -104,7 +104,13 @@ This article shows how to add a schema to your integration account. If you're wo
104104

105105
1. On the **Schemas** pane toolbar, select **Add**.
106106

107-
For Consumption workflows, based on your schema's file size, now follow the steps for uploading a schema that's either [up to 2 MB](#smaller-schema) or [more than 2 MB, up to 8 MB](#larger-schema).
107+
<a name="add-schema"></a>
108+
109+
## Add schemas to logic app
110+
111+
### [Consumption](#tab/consumption)
112+
113+
For Consumption workflows, based on your schema's file size, follow the steps for uploading a schema that's either [up to 2 MB](#smaller-schema) or [more than 2 MB, up to 8 MB](#larger-schema).
108114

109115
<a name="smaller-schema"></a>
110116

@@ -172,11 +178,9 @@ After your schema finishes uploading, the schema appears in the **Schemas** list
172178

173179
After your schema finishes uploading, the schema appears in the **Schemas** list. On your integration account's **Overview** page, under **Artifacts**, your uploaded schema appears.
174180

175-
---
176-
177-
### Add schema to Standard logic app resource
181+
### [Standard](#tab/standard)
178182

179-
The following steps apply only if you want to add a schema directly to your Standard logic app resource. Otherwise, [add the schema to your integration account](#add-schema-integration-account).
183+
For a Standard logic app resource, the following steps apply only if you want to add a schema directly to your resource. Otherwise, [add the schema to your integration account](#add-schema-integration-account).
180184

181185
#### Azure portal
182186

@@ -198,10 +202,10 @@ The following steps apply only if you want to add a schema directly to your Stan
198202

199203
1. In the **Schemas** folder, add your schema.
200204

201-
<a name="edit-schema"></a>
202-
203205
---
204206

207+
<a name="edit-schema"></a>
208+
205209
## Edit a schema
206210

207211
To update an existing schema, you have to upload a new schema file that has the changes you want. However, you can first download the existing schema for editing.

articles/logic-apps/set-up-zone-redundancy-availability-zones.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, shahparth, laveeshb, azla
77
ms.topic: how-to
8-
ms.date: 06/17/2022
8+
ms.date: 01/04/2024
99
ms.custom: references_regions
1010
#Customer intent: As a developer, I want to protect logic apps from regional failures by setting up availability zones.
1111
---

0 commit comments

Comments
 (0)