4 references to GetCosmosClient
Aspire.Microsoft.Azure.Cosmos (4)
AspireMicrosoftAzureCosmosExtensions.cs (4)
38
builder.Services.AddSingleton(sp =>
GetCosmosClient
(connectionName, settings, clientOptions));
73
var client =
GetCosmosClient
(connectionName, settings, clientOptions);
100
var client =
GetCosmosClient
(name, settings, clientOptions);
137
var client =
GetCosmosClient
(name, settings, clientOptions);