Skip to content

Commit b9fa5fc

Browse files
committed
Preview files for MySQL Azure Functions
1 parent 20c0a93 commit b9fa5fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn to use the Azure Database for MySQL input binding in Azure Fu
44
author: JetterMcTedder
55
ms.topic: reference
66
ms.custom: build-2023, devx-track-extended-java, devx-track-js, devx-track-python, devx-track-ts
7-
ms.date: 6/26/2024
7+
ms.date: 26/6/2024
88
ms.author: bspendolini
99
ms.reviewer: glenga
1010
zone_pivot_groups: programming-languages-set-functions

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Push-OutputBinding -Name response -Value ([HttpResponseContext]@{
516516

517517
::: zone pivot="programming-language-python"
518518

519-
More samples for the Azure Database for MySQL output binding are available in the [GitHub repository](hhttps://github.com/Azure/azure-functions-mysql-extension/tree/main/samples/samples-python).
519+
More samples for the Azure Database for MySQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-mysql-extension/tree/main/samples/samples-python).
520520

521521
This section contains the following example:
522522

@@ -716,7 +716,7 @@ The following table explains the binding configuration properties that you set i
716716
> [!NOTE]
717717
>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)
718718
>
719-
>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/en-us/dotnet/csharp/fundamentals/coding-style/identifier-names)
719+
>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)
720720
>
721721
>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)
722722
>

0 commit comments

Comments
 (0)