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