Skip to content

Commit 42dc2c6

Browse files
committed
Update per feedback
1 parent 926fb19 commit 42dc2c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The Data Mapper extension currently works only with schemas in flat folder-struc
6868
- An XML schema definition file with the .xsd file extension
6969
- A JavaScript Object Notation file with the .json file extension
7070

71-
- A Standard logic app project that includes a stateful workflow with at least a trigger. If you don't have a project, follow these steps in Visual Studio Code:
71+
- A Standard logic app project that includes a stateful or stateless workflow with at least a trigger. If you don't have a project, follow these steps in Visual Studio Code:
7272

7373
1. [Connect to your Azure account](create-single-tenant-workflows-visual-studio-code.md#connect-azure-account), if you haven't already.
7474

@@ -77,6 +77,7 @@ The Data Mapper extension currently works only with schemas in flat folder-struc
7777
After you create your logic app project, in your project's root folder, open the **local.settings.json** file, and add the following values:
7878

7979
- `"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"`
80+
8081
- `"AzureWebJobsFeatureFlags": "EnableMultiLanguageWorker"`
8182

8283
- Sample input data if you want to test the map and check that the transformation works as you expect.

0 commit comments

Comments
 (0)