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
Copy file name to clipboardExpand all lines: articles/logic-apps/edit-app-settings-host-settings.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
55
55
| Setting | Default value | Description |
56
56
|---------|---------------|-------------|
57
57
|`APP_KIND`|`workflowApp`| Required to set the app type for the Standard logic app resource. |
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
+
|`AzureWebJobsStorage`| None |Required to set the connection string for an Azure storage account. For more information, see [AzureWebJobsStorage](../azure-functions/functions-app-settings.md#azurewebjobsstorage).|
59
59
|`FUNCTINONS_EXTENSION_VERSION`|`~4`| Required to set the Azure Functions version. |
60
60
|`FUNCTIONS_WORKER_RUNTIME`|`dotnet`| Required to set the language worker runtime for your logic app resource and workflows. <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). |
61
61
|`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. |
@@ -64,6 +64,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
64
64
|`ServiceProviders.Sftp.SftpConnectionPoolSize`|`2` connections | Sets the number of connections that each processor can cache. The total number of connections that you can cache is *ProcessorCount* multiplied by the setting value. |
65
65
|`ServiceProviders.MaximumAllowedTriggerStateSizeInKB`|`10` KB, which is ~1,000 files | Sets the trigger state entity size in kilobytes, which is proportional to the number of files in the monitored folder and is used to detect files. If the number of files exceeds 1,000, increase this value. |
66
66
|`ServiceProviders.Sql.QueryTimeout`|`00:02:00` <br>(2 min) | Sets the request timeout value for SQL service provider operations. |
67
+
|`WEBSITE_CONTENTSHARE`| Dynamic | Required to set the name for the file share that Azure Functions uses to store function app code and configuration files and is used with [WEBSITE_CONTENTAZUREFILECONNECTIONSTRING](/azure/azure-functions/functions-app-settings#website_contentazurefileconnectionstring). The default is a unique string generated by the runtime. For more information, see [WEBSITE_CONTENTSHARE](/azure/azure-functions/functions-app-settings#website_contentshare). |
67
68
|`WEBSITE_LOAD_ROOT_CERTIFICATES`| None | Sets the thumbprints for the root certificates to be trusted. |
68
69
|`Workflows.Connection.AuthenticationAudience`| None | Sets the audience for authenticating a managed (Azure-hosted) connection. |
69
70
|`Workflows.CustomHostName`| None | Sets the host name to use for workflow and input-output URLs, for example, "logic.contoso.com". For information to configure a custom DNS name, see [Map an existing custom DNS name to Azure App Service](../app-service/app-service-web-tutorial-custom-domain.md) and [Secure a custom DNS name with a TLS/SSL binding in Azure App Service](../app-service/configure-ssl-bindings.md). |
0 commit comments