Skip to content

Commit 2d23a6a

Browse files
changes to remove preview tag for input and output binding for azure mysql
1 parent 1818329 commit 2d23a6a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/azure-functions/functions-bindings-azure-mysql-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: glenga
1010
zone_pivot_groups: programming-languages-set-functions
1111
---
1212

13-
# Azure Database for MySQL input binding for Azure Functions (preview)
13+
# Azure Database for MySQL input binding for Azure Functions
1414

1515
When a function runs, the Azure Database for MySQL input binding retrieves data from a database and passes it to the input parameter of the function.
1616

articles/azure-functions/functions-bindings-azure-mysql-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: glenga
1010
zone_pivot_groups: programming-languages-set-functions
1111
---
1212

13-
# Azure Database for MySQL output binding for Azure Functions (preview)
13+
# Azure Database for MySQL output binding for Azure Functions
1414

1515
You can use the Azure Database for MySQL output binding to write to a database.
1616

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ ms.reviewer: glenga
1515
zone_pivot_groups: programming-languages-set-functions-lang-workers
1616
---
1717

18-
# Overview of Azure Database for MySQL bindings for Azure Functions (preview)
18+
# Overview of Azure Database for MySQL bindings for Azure Functions
1919

20-
This set of articles explains how to work with [Azure Database for MySQL](/azure/mysql/index) bindings in Azure Functions. For the preview, Azure Functions supports input bindings and output bindings for Azure Database for MySQL.
20+
This set of articles explains how to work with [Azure Database for MySQL](/azure/mysql/index) bindings in Azure Functions. Azure Functions supports input bindings and output bindings in general availability. For the preview, Azure Functions supports trigger bindings for Azure Database for MySQL.
2121

2222
| Action | Type |
2323
|---------|---------|
2424
| Read data from a database | [Input binding](./functions-bindings-azure-mysql-input.md) |
2525
| Save data to a database |[Output binding](./functions-bindings-azure-mysql-output.md) |
26-
| Trigger a function when a change is detected in a MySQL table | [Trigger binding](./functions-bindings-azure-mysql-trigger.md) |
26+
| Trigger a function when a change is detected in a MySQL table (preview) | [Trigger binding](./functions-bindings-azure-mysql-trigger.md) |
2727

2828
::: zone pivot="programming-language-csharp"
2929

0 commit comments

Comments
 (0)