Skip to content

Commit f3217a5

Browse files
Merge pull request #295282 from raulsaha/main
Make changes to Overview Page of Azure functions for MySQL
2 parents 9ca8b81 + 0f6c11b commit f3217a5

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

@@ -171,5 +172,4 @@ In addition to the samples for C#, Java, JavaScript, PowerShell, and Python avai
171172

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

0 commit comments

Comments
 (0)