Skip to content

Commit a88fc63

Browse files
consumption plan updates
consumption plan updates
1 parent e69fb22 commit a88fc63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1919

2020
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).
2121

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).
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).
2323

2424
> [!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).
25+
> Support for Consumption plans requires version v3.1.284 or later of the [Azure SQL bindings for Azure Functions](functions-bindings-azure-sql).
2626
>
2727
2828
## Functionality Overview

0 commit comments

Comments
 (0)