7 references to GetCosmosClient
Aspire.Microsoft.Azure.Cosmos (7)
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);
CosmosDatabaseBuilder.cs (3)
31
_client ??= AspireMicrosoftAzureCosmosExtensions.
GetCosmosClient
(connectionName, settings, clientOptions);
47
_client ??= AspireMicrosoftAzureCosmosExtensions.
GetCosmosClient
(connectionName, settings, clientOptions);
62
_client ??= AspireMicrosoftAzureCosmosExtensions.
GetCosmosClient
(connectionName, settings, clientOptions);