Skip to content

Commit d6bda19

Browse files
authored
Update functions-bindings-azure-sql-trigger.md
1 parent 62a7360 commit d6bda19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Setting up change tracking for use with the Azure SQL trigger requires two steps
162162
ENABLE CHANGE_TRACKING;
163163
```
164164

165-
The trigger needs to have read access on the table being monitored for changes and to the change tracking system tables. Each function trigger will have associated change tracking table and leases table in a schema `az_func`, which are created by the trigger if they don't yet exist. More information on these data structures is available in the Azure SQL binding library [documentation](https://github.com/Azure/azure-functions-sql-extension/blob/main/src/TriggerBinding).
165+
The trigger needs to have read access on the table being monitored for changes and to the change tracking system tables. Each function trigger will have associated change tracking table and leases table in a schema `az_func`, which are created by the trigger if they don't yet exist. More information on these data structures is available in the Azure SQL binding library [documentation](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md#internal-state-tables).
166166
167167
168168
## Enable runtime-driven scaling

0 commit comments

Comments
 (0)