Skip to content

Commit ae7ae2e

Browse files
committed
Preview files for MySQL Azure Functions
1 parent 85088a4 commit ae7ae2e

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,6 @@ def main(req: func.HttpRequest, product: func.Out[func.MySqlRow]) -> func.HttpRe
636636

637637
---
638638

639-
---
640-
641639
::: zone-end
642640

643641

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ dotnet add package Microsoft.Azure.WebJobs.Extensions.MySql --version 1.0.3-prev
6060

6161
## Install bundle
6262

63-
The MySQL bindings extension is part of the v4 [extension bundle], which is specified in your host.json project file.
63+
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
6464

6565

66-
# [Preview Bundle v4.x](#tab/extensionv4p)
66+
### Preview Bundle v4.x
6767

6868
You can use the preview extension bundle by adding or replacing the following code in your `host.json` file:
6969

@@ -89,10 +89,10 @@ You can use the preview extension bundle by adding or replacing the following co
8989

9090
## Install bundle
9191

92-
The MySQL bindings extension is part of the v4 [extension bundle], which is specified in your host.json project file.
92+
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
9393

9494

95-
# [Preview Bundle v4.x](#tab/extensionv4p)
95+
### Preview Bundle v4.x
9696

9797
You can use the preview extension bundle by adding or replacing the following code in your `host.json` file:
9898

@@ -116,9 +116,9 @@ You can use the preview extension bundle by adding or replacing the following co
116116

117117
## Install bundle
118118

119-
The MySQL bindings extension is part of the v4 [extension bundle], which is specified in your host.json project file.
119+
The MySQL bindings extension is part of the v4 [extension bundle](https://learn.microsoft.com/azure/azure-functions/functions-bindings-register#extension-bundles), which is specified in your host.json project file.
120120

121-
# [Preview Bundle v4.x](#tab/extensionv4p)
121+
### Preview Bundle v4.x
122122

123123
You can use the preview extension bundle by adding or replacing the following code in your `host.json` file:
124124

dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html

Whitespace-only changes.

0 commit comments

Comments
 (0)