Skip to content

Commit 44d6109

Browse files
Merge pull request #259571 from JetterMcTedder/main
Update functions-bindings-azure-sql-trigger consumption plan explanation
2 parents ebd7565 + efede0f commit 44d6109

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom:
99
- devx-track-js
1010
- devx-track-python
1111
- ignite-2023
12-
ms.date: 11/14/2023
12+
ms.date: 11/27/2023
1313
ms.author: bspendolini
1414
ms.reviewer: glenga
1515
zone_pivot_groups: programming-languages-set-functions-lang-workers
@@ -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, all processing of events will stop and 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)