Skip to content

Commit f683e5b

Browse files
authored
raising acrolinx
1 parent 7111cd0 commit f683e5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The following example shows a SQL input binding that is [triggered by an HTTP](.
413413

414414
# [Model v3](#tab/nodejs-v3)
415415

416-
TypeScript samples are not documented for model v3.
416+
TypeScript samples aren't documented for model v3.
417417

418418
---
419419

@@ -488,7 +488,7 @@ The following example shows a SQL input binding that is [triggered by an HTTP](.
488488

489489
# [Model v3](#tab/nodejs-v3)
490490

491-
TypeScript samples are not documented for model v3.
491+
TypeScript samples aren't documented for model v3.
492492

493493
---
494494

@@ -568,7 +568,7 @@ The stored procedure `dbo.DeleteToDo` must be created on the database. In this
568568

569569
# [Model v3](#tab/nodejs-v3)
570570

571-
TypeScript samples are not documented for model v3.
571+
TypeScript samples aren't documented for model v3.
572572

573573
---
574574

@@ -1148,7 +1148,7 @@ The attribute's constructor takes the SQL command text, the command type, parame
11481148

11491149
Queries executed by the input binding are [parameterized](/dotnet/api/microsoft.data.sqlclient.sqlparameter) in Microsoft.Data.SqlClient to reduce the risk of [SQL injection](/sql/relational-databases/security/sql-injection) from the parameter values passed into the binding.
11501150

1151-
If an exception occurs when a SQL input binding is executed then the function code will not execute. This may result in an error code being returned, such as an HTTP trigger returning a 500 error code.
1151+
If an exception occurs when a SQL input binding is executed then the function code won't execute. This may result in an error code being returned, such as an HTTP trigger returning a 500 error code.
11521152

11531153
## Next steps
11541154

0 commit comments

Comments
 (0)