File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
51
51
| ` Workflows.Connection.AuthenticationAudience ` | None | Sets the audience for authenticating an Azure-hosted connection. |
52
52
| ` Workflows.WebhookRedirectHostUri ` | None | Sets the host name to use for webhook callback URLs. |
53
53
| ` WEBSITE_LOAD_ROOT_CERTIFICATES ` | None | Sets the thumbprints for the root certificates to be trusted. |
54
+ | ` ServiceProviders.Sql.QueryExecutionTimeout ` | ` 00:02:00 ` <br >(2 min) | Sets the request timeout value for SQL service provider operations. |
54
55
||||
55
56
56
57
<a name =" manage-app-settings " ></a >
@@ -287,15 +288,6 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
287
288
| ` Runtime.Backend.FunctionOperation.DefaultRetryMinimumInterval ` | ` 00:00:05 ` <br >(5 sec) | Sets the minimum retry interval for Azure Functions actions. |
288
289
||||
289
290
290
- <a name =" built-in-sql " ></a >
291
-
292
- ### Built-in SQL operations
293
-
294
- | Setting | Default value | Description |
295
- | ---------| ---------------| -------------|
296
- | ` Runtime.ServiceProviders.Sql.QueryExecutionTimeout ` | ` 00:00:30 ` <br >(30 sec) | Sets the request timeout value for SQL service provider operations. |
297
- ||||
298
-
299
291
<a name =" built-in-service-bus " ></a >
300
292
301
293
### Built-in Azure Service Bus operations
You can’t perform that action at this time.
0 commit comments