Skip to content

Commit 1a9bef0

Browse files
committed
fix samples links
1 parent 6efa8a3 commit 1a9bef0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For information on setup and configuration details, see the [overview](./functio
2323

2424
[!INCLUDE [functions-bindings-csharp-intro](../../includes/functions-bindings-csharp-intro.md)]
2525

26-
More samples for the Azure SQL input binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharp).
27-
2826
# [In-process](#tab/in-process)
2927

28+
More samples for the Azure SQL input binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharp).
29+
3030
This section contains the following examples:
3131

3232
* [HTTP trigger, get row by ID from query string](#http-trigger-look-up-id-from-query-string-c)
@@ -121,6 +121,8 @@ The stored procedure `dbo.DeleteToDo` must be created on the SQL database. In t
121121

122122
# [Isolated process](#tab/isolated-process)
123123

124+
More samples for the Azure SQL input binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-outofproc).
125+
124126
This section contains the following examples:
125127

126128
* [HTTP trigger, get row by ID from query string](#http-trigger-look-up-id-from-query-string-c-oop)

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ For information on setup and configuration details, see the [overview](./functio
2323

2424
[!INCLUDE [functions-bindings-csharp-intro](../../includes/functions-bindings-csharp-intro.md)]
2525

26-
More samples for the Azure SQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharp).
27-
2826
# [In-process](#tab/in-process)
2927

28+
More samples for the Azure SQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-csharp).
29+
3030
This section contains the following examples:
3131

3232
* [HTTP trigger, write one record](#http-trigger-write-one-record-c)
@@ -156,6 +156,7 @@ namespace AzureSQLSamples
156156

157157
# [Isolated process](#tab/isolated-process)
158158

159+
More samples for the Azure SQL output binding are available in the [GitHub repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples/samples-outofproc).
159160

160161
This section contains the following examples:
161162

0 commit comments

Comments
 (0)