Skip to content

Commit c0e0438

Browse files
Update functions-bindings-azure-sql-trigger consumption plan explanation
Update functions-bindings-azure-sql-trigger consumption plan explanation
1 parent ad37578 commit c0e0438

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1818
# Azure SQL trigger for Functions
1919

2020
> [!NOTE]
21-
> In consumption plan functions, automatic scaling is not available for SQL trigger. Use premium or dedicated plans for [scaling benefits](functions-scale.md) with SQL trigger.
21+
> In consumption plan functions, automatic scaling is not supported for SQL trigger. If the automatic scaling process stops the function, it will need to be manually restarted.
22+
>
23+
> Use premium or dedicated plans for [scaling benefits](functions-scale.md) with SQL trigger.
24+
>
2225
2326
The Azure SQL trigger uses [SQL change tracking](/sql/relational-databases/track-changes/about-change-tracking-sql-server) functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or deleted. For configuration details for change tracking for use with the Azure SQL trigger, see [Set up change tracking](#set-up-change-tracking-required). For information on setup details of the Azure SQL extension for Azure Functions, see the [SQL binding overview](./functions-bindings-azure-sql.md).
2427

0 commit comments

Comments
 (0)