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