Skip to content

Commit b1d6146

Browse files
committed
Preview files for MySQL Azure Functions
1 parent 33bdaf2 commit b1d6146

File tree

5 files changed

+16
-765
lines changed

5 files changed

+16
-765
lines changed

articles/azure-functions/TOC.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,17 @@
837837
- name: Output
838838
href: functions-bindings-azure-data-explorer-output.md
839839
displayName: Azure Data Explorer
840+
- name: Azure Database for MySQL
841+
items:
842+
- name: Overview
843+
href: functions-bindings-azure-mysql.md
844+
displayName: Azure Database for MySQL
845+
- name: Input
846+
href: functions-bindings-azure-mysql-input.md
847+
displayName: Azure Database for MySQL
848+
- name: Output
849+
href: functions-bindings-azure-mysql-output.md
850+
displayName: Azure Database for MySQL
840851
- name: Azure OpenAI
841852
items:
842853
- name: Overview

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

Lines changed: 1 addition & 2 deletions
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
13+
# Azure Database for MySQL input binding for Azure Functions (Preview)
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

@@ -1508,6 +1508,5 @@ If an exception occurs when a MySQL input binding is executed then the function
15081508
## Next steps
15091509

15101510
- [Save data to a database (Output binding)](./functions-bindings-azure-mysql-output.md)
1511-
- [Run a function when data is changed in a MySQL table (Trigger)](./functions-bindings-azure-mysql-trigger.md)
15121511
- [Run a function from a HTTP request (trigger)](./functions-bindings-http-webhook-trigger.md)
15131512

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

Lines changed: 1 addition & 2 deletions
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
13+
# Azure Database for MySQL output binding for Azure Functions (Preview)
1414

1515
The Azure Databasase for MySQL output binding lets you write to a database.
1616

@@ -730,5 +730,4 @@ If an exception occurs when a MySQL output binding is executed then the function
730730
## Next steps
731731

732732
- [Read data from a database (Input binding)](./functions-bindings-azure-mysql-input.md)
733-
- [Run a function when data is changed in a MySQL table (Trigger)](./functions-bindings-azure-mysql-trigger.md)
734733

0 commit comments

Comments
 (0)