File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ms.author: drskwier
11
11
12
12
The Azure SQL input binding retrieves data from a database and passes it to the input parameter of the function.
13
13
14
- For information on setup and configuration details, see the [ overview] ( ./functions-bindings-azuresql .md ) .
14
+ For information on setup and configuration details, see the [ overview] ( ./functions-bindings-azure-sql .md ) .
15
15
16
16
<a id =" example " name =" example " ></a >
17
17
@@ -168,4 +168,4 @@ The Azure SQL binding for Azure Functions does not currently support Python.
168
168
169
169
## Next steps
170
170
171
- - [ Save data to a database (Output binding)] ( ./functions-bindings-azuresql -output.md )
171
+ - [ Save data to a database (Output binding)] ( ./functions-bindings-azure-sql -output.md )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ms.author: drskwier
11
11
12
12
The Azure SQL output binding lets you write to a database.
13
13
14
- For information on setup and configuration details, see the [ overview] ( ./functions-bindings-azuresql .md ) .
14
+ For information on setup and configuration details, see the [ overview] ( ./functions-bindings-azure-sql .md ) .
15
15
16
16
17
17
<a id =" example " name =" example " ></a >
@@ -167,4 +167,4 @@ The Azure SQL binding for Azure Functions does not currently support Python.
167
167
168
168
## Next steps
169
169
170
- - [ Read data from a database (Input binding)] ( ./functions-bindings-azuresql -input.md )
170
+ - [ Read data from a database (Input binding)] ( ./functions-bindings-azure-sql -input.md )
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This set of articles explains how to work with [Azure SQL](/azure/azure-sql/) bi
13
13
14
14
| Action | Type |
15
15
| ---------| ---------|
16
- | Read data from a database | [ Input binding] ( ./functions-bindings-azuresql -input.md ) |
17
- | Save data to a database | [ Output binding] ( ./functions-bindings-azuresql -output.md ) |
16
+ | Read data from a database | [ Input binding] ( ./functions-bindings-azure-sql -input.md ) |
17
+ | Save data to a database | [ Output binding] ( ./functions-bindings-azure-sql -output.md ) |
18
18
19
19
> [ !NOTE]
20
20
> This reference is for [ Azure Functions version 2.x and higher] ( functions-versions.md ) .
@@ -52,5 +52,5 @@ The Azure SQL bindings for Azure Functions are open source and available on the
52
52
53
53
## Next steps
54
54
55
- - [ Read data from a database (Input binding)] ( ./functions-bindings-azuresql -input.md )
56
- - [ Save data to a database (Output binding)] ( ./functions-bindings-azuresql -output.md )
55
+ - [ Read data from a database (Input binding)] ( ./functions-bindings-azure-sql -input.md )
56
+ - [ Save data to a database (Output binding)] ( ./functions-bindings-azure-sql -output.md )
You can’t perform that action at this time.
0 commit comments