Skip to content

Commit 8bd917a

Browse files
Use aka.ms link to learn docs (#566)
* Use aka.ms link to learn docs * Use better link titles * shorten * one more
1 parent 968647a commit 8bd917a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For further details on setup, usage and samples of the bindings see the language
3333
- [PowerShell](./docs/SetupGuide_PowerShell.md)
3434
- [Python](./docs/SetupGuide_Python.md)
3535

36-
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).
36+
Further information on the Azure SQL binding for Azure Functions is also available in the [docs](https://aka.ms/sqlbindings).
3737

3838
## Supported SQL Server Versions
3939

docs/GeneralSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ These steps can be done in the Terminal/CLI or with PowerShell.
9898
func init --worker-runtime powershell
9999
```
100100

101-
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).
101+
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).
102102

103103
**.NET:** Install the extension.
104104

docs/SetupGuide_Dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ These instructions will guide you through creating your Function App and adding
3838
func init --worker-runtime dotnet
3939
```
4040

41-
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).
41+
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).
4242

4343
Install the extension.
4444

docs/SetupGuide_Java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These instructions will guide you through creating your Function App and adding
3535
func init --worker-runtime java
3636
```
3737

38-
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).
38+
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).
3939

4040
Update the `host.json` file to the preview extension bundle.
4141
```json

docs/SetupGuide_Javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These instructions will guide you through creating your Function App and adding
3535
func init --worker-runtime node --language javascript
3636
```
3737

38-
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).
38+
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).
3939

4040
Update the `host.json` file to the preview extension bundle.
4141
```json

docs/SetupGuide_PowerShell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ These instructions will guide you through creating your Function App and adding
3434
func init --worker-runtime powershell
3535
```
3636

37-
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).
37+
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).
3838

3939
Update the `host.json` file to the preview extension bundle.
4040
```json

docs/SetupGuide_Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ These instructions will guide you through creating your Function App and adding
3636
func init --worker-runtime python
3737
```
3838

39-
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).
39+
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).
4040

4141
Update the `host.json` file to the preview extension bundle.
4242
```json

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Azure SQL bindings for Azure Functions adds input, output and trigger bindings f
77

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

10-
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).
10+
Further information on the Azure SQL binding for Azure Functions is also available in the [docs](https://aka.ms/sqlbindings).
1111

1212
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)

0 commit comments

Comments
 (0)