Skip to content

Commit 5155f32

Browse files
Merge pull request #260028 from JetterMcTedder/patch-1
update docs to use host.json
2 parents a1f1c0f + f5e53fb commit 5155f32

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

articles/azure-functions/functions-bindings-azure-sql-trigger.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,17 +514,16 @@ The following table explains the binding configuration properties that you set i
514514

515515
## Optional Configuration
516516

517-
In addition to the required ConnectionStringSetting [application setting](./functions-how-to-use-azure-function-app-settings.md#settings), the following optional settings can be configured for the SQL trigger:
517+
The following optional settings can be configured for the SQL trigger:
518518

519-
| App Setting | Description|
519+
[!INCLUDE [app settings to local.settings.json](../../includes/functions-host-json-section-intro.md)]
520+
521+
| Setting | Description|
520522
|---------|---------|
521523
|**Sql_Trigger_BatchSize** |The maximum number of changes processed with each iteration of the trigger loop before being sent to the triggered function. The default value is 100.|
522524
|**Sql_Trigger_PollingIntervalMs**|The delay in milliseconds between processing each batch of changes. The default value is 1000 (1 second).|
523525
|**Sql_Trigger_MaxChangesPerWorker**|The upper limit on the number of pending changes in the user table that are allowed per application-worker. If the count of changes exceeds this limit, it might result in a scale-out. The setting only applies for Azure Function Apps with [runtime driven scaling enabled](#enable-runtime-driven-scaling). The default value is 1000.|
524526

525-
526-
[!INCLUDE [app settings to local.settings.json](../../includes/functions-app-settings-local.md)]
527-
528527
## Set up change tracking (required)
529528

530529
Setting up change tracking for use with the Azure SQL trigger requires two steps. These steps can be completed from any SQL tool that supports running queries, including [Visual Studio Code](/sql/tools/visual-studio-code/mssql-extensions), [Azure Data Studio](/azure-data-studio/download-azure-data-studio) or [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms).

0 commit comments

Comments
 (0)