Skip to content

Commit 52fc9f1

Browse files
authored
Merge pull request #188588 from MayankBargali-MSFT/patch-61
(AzureCXP) fixed Sql.QueryExecutionTimeout details
2 parents 220784f + 50c7ac1 commit 52fc9f1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ App settings in Azure Logic Apps work similarly to app settings in Azure Functio
5151
| `Workflows.Connection.AuthenticationAudience` | None | Sets the audience for authenticating an Azure-hosted connection. |
5252
| `Workflows.WebhookRedirectHostUri` | None | Sets the host name to use for webhook callback URLs. |
5353
| `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. |
5455
||||
5556

5657
<a name="manage-app-settings"></a>
@@ -287,15 +288,6 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
287288
| `Runtime.Backend.FunctionOperation.DefaultRetryMinimumInterval` | `00:00:05` <br>(5 sec) | Sets the minimum retry interval for Azure Functions actions. |
288289
||||
289290

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-
299291
<a name="built-in-service-bus"></a>
300292

301293
### Built-in Azure Service Bus operations

0 commit comments

Comments
 (0)