Skip to content

Commit e8a4a36

Browse files
committed
update wording
1 parent 5a6bbb1 commit e8a4a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1212
# Azure SQL trigger for Functions (preview)
1313

1414
> [!NOTE]
15-
> The Azure SQL trigger is only fully supported on **Premium and Dedicated** plans. Consumption is not supported.
15+
> The Azure SQL trigger is only supported on **Premium and Dedicated** plans. Consumption is not supported.
1616
1717
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.
1818

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zone_pivot_groups: programming-languages-set-functions-lang-workers
1313
# Azure SQL bindings for Azure Functions overview (preview)
1414

1515
> [!NOTE]
16-
> The Azure SQL trigger is only fully supported on **Premium and Dedicated** plans. Consumption is not supported. Azure SQL input/output bindings are supported for all plans.
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.
1717
1818
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.
1919

0 commit comments

Comments
 (0)