Skip to content

Commit b64b8d9

Browse files
Merge pull request #235774 from ecfan/assemblies
Azure Logic Apps: Updates about .NET assembly support
2 parents 761893d + abe9caa commit b64b8d9

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
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: 04/18/2023
8+
ms.date: 04/25/2023
99
---
1010

1111
# 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
6262

6363
* Standard workflows
6464

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

6767
* No limits apply to map file sizes.
6868

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: divyaswarnkar
77
ms.author: divswa
88
ms.reviewer: estfan, azla
99
ms.topic: how-to
10-
ms.date: 08/23/2022
10+
ms.date: 04/25/2023
1111
---
1212

1313
# 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
3030

3131
* Exists in the same location or Azure region as your logic app resource where you plan to use the **Transform XML** action.
3232

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

3535
* The [map](logic-apps-enterprise-integration-maps.md) to use for transforming XML content.
3636

3737
* A [link to your logic app resource](logic-apps-enterprise-integration-create-integration-account.md#link-account).
3838

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

4141
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.
4242

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-
4743
## Add Transform XML action
4844

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.
5046

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.
5248

5349
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**.
5450

5551
1. Under the step in your workflow where you want to add the **Transform XML** action, choose one of the following steps:
5652

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

5955
* To add the **Transform XML** action at the end of your workflow, select **New step**.
6056

6157
* 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**.
6258

63-
For a Standard plan-based logic app, choose a step:
59+
For a Standard-based logic app workflow, choose a step:
6460

6561
* To add the **Transform XML** action at the end of your workflow, select the plus sign (**+**), and then select **Add an action**.
6662

@@ -72,11 +68,11 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
7268

7369
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**.
7470

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

7773
![Screenshot showing multi-tenant designer with opened dynamic content list, cursor in "Content" box, and opened dynamic content list.](./media/logic-apps-enterprise-integration-transform/open-dynamic-content-list-multi-tenant.png)
7874

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

8177
![Screenshot showing single-tenant designer with opened dynamic content list, cursor in "Content" box, and opened dynamic content list](./media/logic-apps-enterprise-integration-transform/open-dynamic-content-list-single-tenant.png)
8278

@@ -103,7 +99,7 @@ If you're new to logic apps, review [What is Azure Logic Apps](logic-apps-overvi
10399

104100
### Reference assembly or custom code from maps
105101

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

108104
### Byte order mark
109105

0 commit comments

Comments
 (0)