Skip to content

Commit 926fb19

Browse files
committed
Add local.settings.json requirements
1 parent 72cea8e commit 926fb19

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@ The Data Mapper extension currently works only with schemas in flat folder-struc
7474

7575
1. [Create a local folder, a local Standard logic app project, and a stateful or stateless workflow](create-single-tenant-workflows-visual-studio-code.md#create-project). During workflow creation, select **Open in current window**.
7676

77+
After you create your logic app project, in your project's root folder, open the **local.settings.json** file, and add the following values:
78+
79+
- `"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated"`
80+
- `"AzureWebJobsFeatureFlags": "EnableMultiLanguageWorker"`
81+
7782
- Sample input data if you want to test the map and check that the transformation works as you expect.
7883

7984
## Create a data map

0 commit comments

Comments
 (0)