Skip to content

Commit e9070e3

Browse files
Merge pull request #218104 from cachai2/sql-premium
sql trigger not in consumption note
2 parents a5484fd + e8a4a36 commit e9070e3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1111

1212
# Azure SQL trigger for Functions (preview)
1313

14+
> [!NOTE]
15+
> The Azure SQL trigger is only supported on **Premium and Dedicated** plans. Consumption is not supported.
16+
1417
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.
1518

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1212

1313
# Azure SQL bindings for Azure Functions overview (preview)
1414

15+
> [!NOTE]
16+
> The Azure SQL trigger is only supported on **Premium and Dedicated** plans. Consumption is not supported. Azure SQL input/output bindings are supported for all plans.
17+
1518
This set of articles explains how to work with [Azure SQL](/azure/azure-sql/index) bindings in Azure Functions. Azure Functions supports input bindings, output bindings, and a function trigger for the Azure SQL and SQL Server products.
1619

1720
| Action | Type |

0 commit comments

Comments
 (0)