4 references to CreateCosmosClient
Aspire.Hosting.Azure.CosmosDB (1)
AzureCosmosDBExtensions.cs (1)
129
cosmosClient =
CreateCosmosClient
(connectionString);
Aspire.Hosting.Azure.Tests (3)
AzureCosmosDBExtensionsTests.cs (3)
1166
using var client = AzureCosmosExtensions.
CreateCosmosClient
(connectionString);
1178
using var client = AzureCosmosExtensions.
CreateCosmosClient
(connectionString);
1187
using var client = AzureCosmosExtensions.
CreateCosmosClient
("https://localhost:8081/");