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/logic-apps-enterprise-integration-maps.md
+2-2Lines changed: 2 additions & 2 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: 04/18/2023
8
+
ms.date: 04/25/2023
9
9
---
10
10
11
11
# Add maps for transformations in workflows with Azure Logic Apps
@@ -62,7 +62,7 @@ This article shows how to add a map to your integration account. If you're worki
62
62
63
63
* Standard workflows
64
64
65
-
*References to external assemblies from maps are currently in preview. To configure support for external assemblies, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
65
+
* To configure support for external assemblies, see [.NET Framework assembly support for XSLT transformations added to Azure Logic Apps (Standard)](https://techcommunity.microsoft.com/t5/integrations-on-azure-blog/net-framework-assembly-support-added-to-azure-logic-apps/ba-p/3669120).
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-enterprise-integration-transform.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
7
7
ms.author: divswa
8
8
ms.reviewer: estfan, azla
9
9
ms.topic: how-to
10
-
ms.date: 08/23/2022
10
+
ms.date: 04/25/2023
11
11
---
12
12
13
13
# Transform XML in workflows with Azure Logic Apps
@@ -30,37 +30,33 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
30
30
31
31
* Exists in the same location or Azure region as your logic app resource where you plan to use the **Transform XML** action.
32
32
33
-
* If you're using the [**Logic App (Consumption)** resource type](logic-apps-overview.md#resource-environment-differences), your integration account requires the following items:
33
+
* If you're working on a [Consumption logic app resource and workflow](logic-apps-overview.md#resource-environment-differences), your integration account requires the following items:
34
34
35
35
* The [map](logic-apps-enterprise-integration-maps.md) to use for transforming XML content.
36
36
37
37
* A [link to your logic app resource](logic-apps-enterprise-integration-create-integration-account.md#link-account).
38
38
39
-
* If you're using the [**Logic App (Standard)** resource type](logic-apps-overview.md#resource-environment-differences), you don't store maps in your integration account. Instead, you can [directly add maps to your logic app resource](logic-apps-enterprise-integration-maps.md) using either the Azure portal or Visual Studio Code. Only XSLT 1.0 is currently supported. You can then use these maps across multiple workflows within the *same logic app resource*.
39
+
* If you're working on a [Standard logic app resource and workflow](logic-apps-overview.md#resource-environment-differences), you don't store maps in your integration account. Instead, you can [directly add maps to your logic app resource](logic-apps-enterprise-integration-maps.md) using either the Azure portal or Visual Studio Code. Only XSLT 1.0 is currently supported. You can then use these maps across multiple workflows within the *same logic app resource*.
40
40
41
41
You still need an integration account to store other artifacts, such as partners, agreements, and certificates, along with using the [AS2](logic-apps-enterprise-integration-as2.md), [X12](logic-apps-enterprise-integration-x12.md), and [EDIFACT](logic-apps-enterprise-integration-edifact.md) operations. However, you don't need to link your logic app resource to your integration account, so the linking capability doesn't exist. Your integration account still has to meet other requirements, such as using the same Azure subscription and existing in the same location as your logic app resource.
42
42
43
-
> [!NOTE]
44
-
> Currently, only the **Logic App (Consumption)** resource type supports [RosettaNet](logic-apps-enterprise-integration-rosettanet.md) operations.
45
-
> The **Logic App (Standard)** resource type doesn't include [RosettaNet](logic-apps-enterprise-integration-rosettanet.md) operations.
46
-
47
43
## Add Transform XML action
48
44
49
-
1. In the [Azure portal](https://portal.azure.com), open your logic app and workflow in designer view.
45
+
1. In the [Azure portal](https://portal.azure.com), open your logic app resource and workflow in designer view.
50
46
51
-
1. If you have a blank logic app that doesn't have a trigger, add any trigger you want. This example uses the Request trigger. Otherwise, continue to the next step.
47
+
1. If you have a blank workflow that doesn't have a trigger, add any trigger you want. This example uses the Request trigger. Otherwise, continue to the next step.
52
48
53
49
To add the Request trigger, in the designer search box, enter `HTTP request`, and select the Request trigger named **When an HTTP request is received**.
54
50
55
51
1. Under the step in your workflow where you want to add the **Transform XML** action, choose one of the following steps:
56
52
57
-
For a Consumption or ISE plan-based logic app, choose a step:
53
+
For a Consumption or ISE-based logic app workflow, choose a step:
58
54
59
55
* To add the **Transform XML** action at the end of your workflow, select **New step**.
60
56
61
57
* To add the **Transform XML** action between existing steps, move your pointer over the arrow that connects those steps so that the plus sign (**+**) appears. Select that plus sign, and then select **Add an action**.
62
58
63
-
For a Standard plan-based logic app, choose a step:
59
+
For a Standard-based logic app workflow, choose a step:
64
60
65
61
* To add the **Transform XML** action at the end of your workflow, select the plus sign (**+**), and then select **Add an action**.
66
62
@@ -72,11 +68,11 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
72
68
73
69
The dynamic content list shows property tokens that represent the outputs from the previous steps in the workflow. If the list doesn't show an expected property, check the trigger or action heading in the list and whether you can select **See more**.
74
70
75
-
For a Consumption or ISE plan-based logic app, the designer looks like this example:
71
+
For a Consumption or ISE-based logic app workflow, the designer looks like this example:
76
72
77
73

78
74
79
-
For a Standard plan-based logic app, the designer looks like this example:
75
+
For a Standard logic app workflow, the designer looks like this example:
80
76
81
77

82
78
@@ -103,7 +99,7 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
103
99
104
100
### Reference assembly or custom code from maps
105
101
106
-
In **Logic App (Consumption)** workflows, the**Transform XML** action supports maps that reference an external assembly. For more information, review [Add XSLT maps for workflows in Azure Logic Apps](logic-apps-enterprise-integration-maps.md#add-assembly).
102
+
The**Transform XML** action supports maps that reference an external assembly. For more information, review [Add XSLT maps for workflows in Azure Logic Apps](logic-apps-enterprise-integration-maps.md#add-assembly).
0 commit comments