Skip to content

Commit 91b8a66

Browse files
Remove line and an incomplete sentence.
Line 20 didn't add any value and also included an incomplete sentence: SQL API SDKs are available for a wide variety of platforms and programming languages. If you haven't worked The next line basically states the same thing so there isn't a need to repeat the info. It also looks like the thought moved to the next paragraph anyway "If you haven't worked with one of these SDKs before, see the *"Quickstart"* article for the appropriate SDK:"
1 parent 76a0ac9 commit 91b8a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/cosmos-db/sql/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ ms.custom: devx-track-python, devx-track-js, devx-track-csharp
1717

1818
The SQL API in Azure Cosmos DB supports registering and invoking stored procedures, triggers, and user-defined functions (UDFs) written in JavaScript. Once you've defined one or more stored procedures, triggers, and user-defined functions, you can load and view them in the [Azure portal](https://portal.azure.com/) by using Data Explorer.
1919

20-
SQL API SDKs are available for a wide variety of platforms and programming languages. If you haven't worked
21-
2220
You can use the SQL API SDK across multiple platforms including [.NET v2 (legacy)](sql-api-sdk-dotnet.md), [.NET v3](sql-api-sdk-dotnet-standard.md), [Java](sql-api-sdk-java.md), [JavaScript](sql-api-sdk-node.md), or [Python](sql-api-sdk-python.md) SDKs to perform these tasks. If you haven't worked with one of these SDKs before, see the *"Quickstart"* article for the appropriate SDK:
2321

2422
| SDK | Getting started |

0 commit comments

Comments
 (0)