Skip to content

Commit 3124c05

Browse files
authored
Add links to Visual Studio Code and Data Mapper plus clarity edits
1 parent 153288f commit 3124c05

File tree

1 file changed

+29
-15
lines changed

1 file changed

+29
-15
lines changed

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

Lines changed: 29 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ title: Add maps to use with workflows
33
description: Add maps for transform operations in workflows with Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
author: divyaswarnkar
7-
ms.author: divswa
86
ms.reviewer: estfan, azla
97
ms.topic: how-to
10-
ms.date: 08/22/2022
8+
ms.date: 04/18/2023
119
---
1210

1311
# Add maps for transformations in workflows with Azure Logic Apps
@@ -22,21 +20,23 @@ This article shows how to add a map to your integration account. If you're worki
2220

2321
* An Azure account and subscription. If you don't have a subscription yet, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2422

25-
* The map that you want to add. To create maps, you can use the following tools with the [Enterprise Integration SDK](https://aka.ms/vsmapsandschemas):
23+
* The map that you want to add. To create maps, you can use the following tools:
2624

27-
* Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools Extension](https://aka.ms/vsenterpriseintegrationtools).
25+
* Visual Studio Code and the Data Mapper extension. To call the maps created with Data Mapper from your workflow, you must use the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**, not the **XML Operations** action named **Transform XML**. For more information, see [Create maps for data transformation with Visual Studio Code](create-maps-data-transformation-visual-studio-code.md).
2826

29-
* Visual Studio 2015 and the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0](https://aka.ms/vsmapsandschemas) extension.
27+
* Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools extension](https://aka.ms/vsenterpriseintegrationtools).
3028

31-
> [!NOTE]
32-
> Don't install the extension alongside the BizTalk Server extension. Having both extensions might
33-
> produce unexpected behavior. Make sure that you only have one of these extensions installed.
34-
>
35-
> On high resolution monitors, you might experience a [display problem with the map designer](/visualstudio/designers/disable-dpi-awareness)
36-
> in Visual Studio. To resolve this display problem, either [restart Visual Studio in DPI-unaware mode](/visualstudio/designers/disable-dpi-awareness#restart-visual-studio-as-a-dpi-unaware-process),
37-
> or add the [DPIUNAWARE registry value](/visualstudio/designers/disable-dpi-awareness#add-a-registry-entry).
29+
* Visual Studio 2015 and the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0 extension](https://aka.ms/vsmapsandschemas).
3830

39-
For more information, review the [Create maps](#create-maps) section in this article.
31+
> [!NOTE]
32+
> Don't install the Microsoft Azure Logic Apps Enterprise Integration Tools extension alongside the BizTalk Server extension.
33+
> Having both extensions might produce unexpected behavior. Make sure that you only have one of these extensions installed.
34+
>
35+
> On high resolution monitors, you might experience a [display problem with the map designer](/visualstudio/designers/disable-dpi-awareness)
36+
> in Visual Studio. To resolve this display problem, either [restart Visual Studio in DPI-unaware mode](/visualstudio/designers/disable-dpi-awareness#restart-visual-studio-as-a-dpi-unaware-process),
37+
> or add the [DPIUNAWARE registry value](/visualstudio/designers/disable-dpi-awareness#add-a-registry-entry).
38+
39+
For more information, review the [Create maps](#create-maps) section in this article.
4040

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

@@ -98,7 +98,21 @@ This article shows how to add a map to your integration account. If you're worki
9898

9999
## Create maps
100100

101-
To create an XSLT document to use as a map, create an integration project in Visual Studio 2019 or 2015 using the [Enterprise Integration SDK](https://aka.ms/vsmapsandschemas). In the integration project, you can build an integration map file, which lets you visually map items between two XML schema files. These tools offer the following map capabilities:
101+
You can create maps using either Visual Studio Code with the Data Mapper extension or Visual Studio with the Microsoft Azure Logic Apps Enterprise Integration Tools extension.
102+
103+
### Visual Studio Code
104+
105+
When you create maps using Visual Studio Code and the Data Mapper extension, you can call these maps from your workflow, but only with the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**, not the **XML Operations** action named **Transform XML**. For more information, see [Create maps for data transformation with Visual Studio Code](create-maps-data-transformation-visual-studio-code.md).
106+
107+
### Visual Studio
108+
109+
When you create maps using Visual Studio, you'll need to create an integration project with either of the following tools:
110+
111+
* Visual Studio 2019 and the [Microsoft Azure Logic Apps Enterprise Integration Tools extension](https://aka.ms/vsenterpriseintegrationtools)
112+
113+
* Visual Studio 2015 and the [Microsoft Azure Logic Apps Enterprise Integration Tools for Visual Studio 2015 2.0 extension](https://aka.ms/vsmapsandschemas).
114+
115+
In the integration project, you can build an integration map file, which lets you visually map items between two XML schema files. These tools offer the following map capabilities:
102116

103117
* You work with a graphical representation of the map, which shows all the relationships and links you create.
104118

0 commit comments

Comments
 (0)