Skip to content

Commit 8f6d004

Browse files
committed
Add preview disclosure
1 parent a17f627 commit 8f6d004

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/logic-apps/create-maps-data-transformation-visual-studio-code.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,20 @@ ms.date: 04/17/2023
1212

1313
# Create maps to transform data in Azure Logic Apps with Visual Studio Code (preview)
1414

15+
> [!IMPORTANT]
16+
> This capability is in preview and is subject to the
17+
> [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
18+
19+
[!INCLUDE [logic-apps-sku-standard](../../includes/logic-apps-sku-standard.md)]
20+
1521
To transform data between formats in an Azure Logic Apps workflow, you need to create and use a map that describes the relationships between a source schema and a target schema. For this task, you can visually create and edit such maps in Visual Studio Code by using the Data Mapper extension within the context of a Standard logic app project. You can then directly call these maps from workflows in your logic app project by using the **Data Mapper Operations** action named **Transform using Data Mapper XSLT**.
1622

1723
The Data Mapper tool provides a unified experience for XSLT mapping and transformation using drag and drop gestures, a prebuilt functions library for creating expressions, and a way to manually test the maps that you create and use in your workflows.
1824

1925
## Limitations
2026

27+
- The Data Mapper tool currently applies only to Standard logic app projects, not Consumption.
28+
2129
- The Data Mapper tool is currently available only in Visual Studio Code, not the Azure portal.
2230

2331
- The map's **Show code** pane is currently read only.

0 commit comments

Comments
 (0)