Skip to content

Commit 98f13c0

Browse files
authored
Update link to MySQL trigger documentation
1 parent ac4f9c0 commit 98f13c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/trigger.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function warmup(options: WarmupTriggerOptions): WarmupTrigger;
8080
export function sql(options: SqlTriggerOptions): SqlTrigger;
8181

8282
/**
83-
* [Link to docs and examples](To be updated)
83+
* [Link to docs and examples](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-mysql-trigger?pivots=programming-language-javascript)
8484
*/
8585
export function mySql(options: MySqlTriggerOptions): MySqlTrigger;
8686

0 commit comments

Comments
 (0)