Skip to content

Commit e69fb22

Browse files
Update functions-bindings-azure-sql-trigger.md
1 parent a47bbc5 commit e69fb22

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ ms.custom:
99
- devx-track-js
1010
- devx-track-python
1111
- ignite-2023
12-
ms.date: 6/26/2024
12+
ms.date: 4/23/2025
1313
ms.author: bspendolini
1414
ms.reviewer: glenga
1515
zone_pivot_groups: programming-languages-set-functions-lang-workers
1616
---
1717

1818
# Azure SQL trigger for Functions
1919

20-
> [!NOTE]
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-
>
25-
2620
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).
2721

28-
The Azure SQL trigger scaling decisions for the Consumption and Premium plans are done via target-based scaling. For more information, see [Target-based scaling](functions-target-based-scaling.md).
22+
The Azure SQL trigger scaling decisions for the [Consumption and Premium plans](./functions-scale.md) are done via target-based scaling. For more information, see [Target-based scaling](functions-target-based-scaling.md) and review the [Azure Functions hosting options](./functions-scale.md).
23+
24+
> [!NOTE]
25+
> Support for Consumption plans requires version v3.1.284 or later of the [Azure SQL bindings for Azure Functions](/functions-bindings-azure-sql).
26+
>
2927
3028
## Functionality Overview
3129

0 commit comments

Comments
 (0)