Skip to content

Commit b0b4183

Browse files
committed
Trigger Files
1 parent 6d1fa9e commit b0b4183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This set of articles explains how to work with [Azure Database for MySQL](/azure
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 on a MySQL Table | [Trigger binding](./functions-bindings-azure-mysql-trigger.md) |
2627

2728
::: zone pivot="programming-language-csharp"
2829

@@ -173,5 +174,4 @@ In addition to the samples for C#, Java, JavaScript, PowerShell, and Python avai
173174

174175
- [Read data from a database (Input binding)](./functions-bindings-azure-mysql-input.md)
175176
- [Save data to a database (Output binding)](./functions-bindings-azure-mysql-output.md)
176-
- [Trigger Binding](./functions-bindings-azure-mysql-trigger.md)
177-
177+
- [Trigger a function when a change is detected on a table (Trigger binding)](./functions-bindings-azure-mysql-trigger.md)

0 commit comments

Comments
 (0)