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