Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For further details on setup, usage and samples of the bindings see the language
- [PowerShell](./docs/SetupGuide_PowerShell.md)
- [Python](./docs/SetupGuide_Python.md)

Further information on the Azure SQL binding for Azure Functions is also available in the [Azure Functions docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
Further information on the Azure SQL binding for Azure Functions is also available in the [docs](https://aka.ms/sqlbindings).

## Supported SQL Server Versions

Expand Down
2 changes: 1 addition & 1 deletion docs/GeneralSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ These steps can be done in the Terminal/CLI or with PowerShell.
func init --worker-runtime powershell
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

**.NET:** Install the extension.

Expand Down
2 changes: 1 addition & 1 deletion docs/SetupGuide_Dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ These instructions will guide you through creating your Function App and adding
func init --worker-runtime dotnet
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

Install the extension.

Expand Down
2 changes: 1 addition & 1 deletion docs/SetupGuide_Java.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These instructions will guide you through creating your Function App and adding
func init --worker-runtime java
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

Update the `host.json` file to the preview extension bundle.
```json
Expand Down
2 changes: 1 addition & 1 deletion docs/SetupGuide_Javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ These instructions will guide you through creating your Function App and adding
func init --worker-runtime node --language javascript
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

Update the `host.json` file to the preview extension bundle.
```json
Expand Down
2 changes: 1 addition & 1 deletion docs/SetupGuide_PowerShell.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ These instructions will guide you through creating your Function App and adding
func init --worker-runtime powershell
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

Update the `host.json` file to the preview extension bundle.
```json
Expand Down
2 changes: 1 addition & 1 deletion docs/SetupGuide_Python.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These instructions will guide you through creating your Function App and adding
func init --worker-runtime python
```

3. Enable SQL bindings on the function app. More information can be found [in Microsoft Docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
3. Enable SQL bindings on the function app. More information can be found in the [Azure SQL bindings for Azure Functions docs](https://aka.ms/sqlbindings).

Update the `host.json` file to the preview extension bundle.
```json
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Azure SQL bindings for Azure Functions adds input, output and trigger bindings f

Get started quickly with the samples available in our [repository](https://github.com/Azure/azure-functions-sql-extension/tree/main/samples)

Further information on the Azure SQL binding for Azure Functions is also available in the [Azure Functions docs](https://docs.microsoft.com/azure/azure-functions/functions-bindings-azure-sql).
Further information on the Azure SQL binding for Azure Functions is also available in the [docs](https://aka.ms/sqlbindings).

Find latest updates on our [Github Releases](https://github.com/Azure/azure-functions-sql-extension/releases/latest) page or the [Microsoft.Azure.Webjobs.Extensions.Sql package on Nuget.org](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.Sql)