You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you prefer to use container tools and deployment processes, you can containerize your logic apps and deploy them to Azure Arc-enabled Logic Apps. For this scenario, complete the following high-level tasks when you set up your infrastructure:
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-azure-portal.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,13 @@ More workflows in your logic app raise the risk of longer load times, which nega
138
138
> for all new and existing deployed Standard logic apps, even for apps that had a different value.
139
139
> This change shouldn't affect your workflow's runtime, and everything should work the same way
140
140
> as before. For more information, see the [**FUNCTIONS_WORKER_RUNTIME** app setting](edit-app-settings-host-settings.md#reference-local-settings-json).
141
+
>
142
+
> The **APP_KIND** app setting for your Standard logic app is set to **workflowApp**, but in some
143
+
> scenarios, this app setting is missing, for example, due to automation using Azure Resource Manager
144
+
> templates or other scenarios where the setting isn't included. If certain actions don't work,
145
+
> such as the **Execute JavaScript Code** action or the workflow stops working, check that the
146
+
> **APP_KIND** app setting exists and is set to to **workflowApp**. For more information, see the
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,8 @@ Before you can create your logic app, create a local project so that you can man
314
314
> [!NOTE]
315
315
> You might get an error named **azureLogicAppsStandard.createNewProject** with the error message,
316
316
> **Unable to write to Workspace Settings because azureFunctions.suppressProject is not a registered configuration**.
317
-
> If you do, try installing the [Azure Functions extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions), either directly from the Visual Studio Marketplace or from inside Visual Studio Code.
317
+
> If you do, try installing the [Azure Functions extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions),
318
+
> either directly from the Visual Studio Marketplace or from inside Visual Studio Code.
318
319
319
320
1. If Visual Studio Code prompts you to open your project in the current Visual Studio Code or in a new Visual Studio Code window, select **Open in current window**. Otherwise, select **Open in new window**.
320
321
@@ -328,6 +329,22 @@ Before you can create your logic app, create a local project so that you can man
328
329
329
330
[!INCLUDE [Visual Studio Code - logic app project structure](../../includes/logic-apps-single-tenant-project-structure-visual-studio-code.md)]
330
331
332
+
> [!NOTE]
333
+
>
334
+
> By default, in your **local.settings.json** file, the language worker runtime value for your
335
+
> Standard logic app is **`dotnet`**. Previously, **`node`** was the default value. However,
336
+
> **`dotnet`** is now the default value for all new and existing deployed Standard logic apps,
337
+
> even for apps that had a different value. This change shouldn't affect your workflow's runtime,
338
+
> and everything should work the same way as before. For more information, see the
Copy file name to clipboardExpand all lines: articles/logic-apps/edit-app-settings-host-settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
54
54
55
55
| Setting | Default value | Description |
56
56
|---------|---------------|-------------|
57
+
|`APP_KIND`|`workflowApp`| Sets the app type for the Azure resource. |
57
58
|`AzureWebJobsStorage`| None | Sets the connection string for an Azure storage account. For more information, see [AzureWebJobsStorage](../azure-functions/functions-app-settings.md#azurewebjobsstorage)|
58
59
|`FUNCTIONS_WORKER_RUNTIME`|`dotnet`| Sets the language worker runtime to use with your logic app resource and workflows. However, this setting is no longer necessary due to automatically enabled multi-language support. <br><br>**Note**: Previously, this setting's default value was **`node`**. Now, **`dotnet`** is the default value for all new and existing deployed Standard logic apps, even for apps that had a different different value. This change shouldn't affect your workflow's runtime, and everything should work the same way as before.<br><br>For more information, see [FUNCTIONS_WORKER_RUNTIME](../azure-functions/functions-app-settings.md#functions_worker_runtime). |
59
60
|`ServiceProviders.Sftp.FileUploadBufferTimeForTrigger`|`00:00:20` <br>(20 seconds) | Sets the buffer time to ignore files that have a last modified timestamp that's greater than the current time. This setting is useful when large file writes take a long time and avoids fetching data for a partially written file. |
0 commit comments