Skip to content

Commit a795762

Browse files
committed
apply relative links
1 parent e1d449c commit a795762

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ The following table explains the binding configuration properties that you set i
714714
> [!NOTE]
715715
>The output binding supports all special characters including ($, `, -, _) . It is same as mentioned in mysql community [documentation](https://dev.mysql.com/doc/refman/8.0/en/identifiers.html)
716716
>
717-
>It is on different programming language if special character is supported to define members attributes containing special characters. For example, C# have few limitations to define [variables](https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/identifier-names)
717+
>It is on different programming language if special character is supported to define members attributes containing special characters. For example, C# have few limitations to define [variables](/dotnet/csharp/fundamentals/coding-style/identifier-names)
718718
>
719719
>Apart from that, the output binding covering all special characters can be done using 'JObject'. The detailed example can be followed in this [GitHub link](https://github.com/Azure/azure-functions-mysql-extension/blob/main/samples/samples-csharp/OutputBindingSamples/AddProductJObject.cs)
720720
>

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ dotnet add package Microsoft.Azure.WebJobs.Extensions.MySql --version 1.0.3-prev
5757

5858
::: zone pivot="programming-language-javascript, programming-language-powershell"
5959

60-
6160
## Install bundle
6261

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.
64-
62+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
6563

6664
### Preview Bundle v4.x
6765

@@ -89,7 +87,7 @@ You can use the preview extension bundle by adding or replacing the following co
8987

9088
## Install bundle
9189

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.
90+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
9391

9492

9593
### Preview Bundle v4.x
@@ -116,7 +114,7 @@ You can use the preview extension bundle by adding or replacing the following co
116114

117115
## Install bundle
118116

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.
117+
The MySQL bindings extension is part of the v4 [extension bundle](./functions-bindings-register.md#extension-bundles), which is specified in your host.json project file.
120118

121119
### Preview Bundle v4.x
122120

0 commit comments

Comments
 (0)