7 references to GetCosmosClient
Aspire.Microsoft.Azure.Cosmos (7)
AspireMicrosoftAzureCosmosExtensions.cs (4)
40
builder.Services.AddSingleton(sp =>
GetCosmosClient
(connectionName, settings, clientOptions));
76
var client =
GetCosmosClient
(connectionName, settings, clientOptions);
103
var client =
GetCosmosClient
(name, settings, clientOptions);
141
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);