1 write to AccountEndpoint
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
AspireAzureEFCoreCosmosExtensions.cs (1)
58
settings.
AccountEndpoint
= uri;
3 references to AccountEndpoint
Aspire.Microsoft.EntityFrameworkCore.Cosmos (3)
AspireAzureEFCoreCosmosExtensions.cs (3)
78
else if (settings.
AccountEndpoint
is not null)
81
dbContextOptionsBuilder.UseCosmos(settings.
AccountEndpoint
.OriginalString, credential, databaseName, UseCosmosBody);
87
$"{nameof(settings.ConnectionString)} or {nameof(settings.
AccountEndpoint
)} must be provided " +