Skip to content

Commit 536bfef

Browse files
committed
hyphenation and sentence case
1 parent 8deb3c4 commit 536bfef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/azure-functions/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,13 @@
566566
- name: Azure SQL
567567
items:
568568
- name: Overview
569-
href: functions-bindings-azuresql.md
569+
href: functions-bindings-azure-sql.md
570570
displayName: Azure SQL
571571
- name: Input
572-
href: functions-bindings-azuresql-input.md
572+
href: functions-bindings-azure-sql-input.md
573573
displayName: Azure SQL
574574
- name: Output
575-
href: functions-bindings-azuresql-output.md
575+
href: functions-bindings-azure-sql-output.md
576576
displayName: Azure SQL
577577
- name: Dapr
578578
href: https://github.com/dapr/azure-functions-extension
File renamed without changes.
File renamed without changes.

articles/azure-functions/functions-bindings-azuresql.md renamed to articles/azure-functions/functions-bindings-azure-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Working with the trigger and bindings requires that you reference the appropriat
3939
[Azure Tools extension]: https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack
4040

4141

42-
## Known Issues
42+
## Known issues
4343

4444
- Output bindings against tables with columns of data types `NTEXT`, `TEXT`, or `IMAGE` are not supported and data upserts will fail. These types [will be removed](https://docs.microsoft.com/sql/t-sql/data-types/ntext-text-and-image-transact-sql) in a future version of SQL Server and are not compatible with the `OPENJSON` function used by this Azure Functions binding.
4545
- Case-sensitive [collations](https://docs.microsoft.com/sql/relational-databases/collations/collation-and-unicode-support#Collation_Defn) are not currently supported. [GitHub item #133](https://github.com/Azure/azure-functions-sql-extension/issues/133) tracks progress on this issue.
4646

4747

48-
## Open Source
48+
## Open source
4949

5050
The Azure SQL bindings for Azure Functions are open source and available on the repository at [https://github.com/Azure/azure-functions-sql-extension](https://github.com/Azure/azure-functions-sql-extension).
5151

0 commit comments

Comments
 (0)