4 references to EmulatorHealthEndpointName
Aspire.Hosting.Azure.CosmosDB (4)
AzureCosmosDBExtensions.cs (4)
155builder.WithHttpEndpoint(name: EmulatorHealthEndpointName, targetPort: 8080) 156.WithEndpoint(EmulatorHealthEndpointName, e => e.ExcludeReferenceEndpoint = true) 157.WithHttpHealthCheck(endpointName: EmulatorHealthEndpointName, path: "/ready") 158.WithUrlForEndpoint(EmulatorHealthEndpointName, u => u.DisplayLocation = UrlDisplayLocation.DetailsOnly);