Skip to content

Commit 0542380

Browse files
committed
changed the url. fix review comments.
1 parent f761420 commit 0542380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/manage-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ http.request(options, onResponseCallback);
8181

8282
# [C#](#tab/csharp)
8383

84-
[CosmosClient](/dotnet/api/microsoft.azure.cosmos.cosmosclient) connects to an Azure Cosmos DB instance. The Azure Cosmos DB documentation recommends that you [use a singleton Azure Cosmos DB client for the lifetime of your application](../cosmos-db/performance-tips-v3.md#sdk-usage). The following example shows one pattern for doing that in a function:
84+
[CosmosClient](/dotnet/api/microsoft.azure.cosmos.cosmosclient) connects to an Azure Cosmos DB instance. The Azure Cosmos DB documentation recommends that you [use a singleton Azure Cosmos DB client for the lifetime of your application](../cosmos-db/performance-tips-dotnet-sdk-v3-sql.md#sdk-usage). The following example shows one pattern for doing that in a function:
8585

8686
```cs
8787
#r "Microsoft.Azure.Cosmos"

0 commit comments

Comments
 (0)