3 references to EmulatorHealthEndpointName
Aspire.Hosting.Azure.CosmosDB (3)
AzureCosmosDBExtensions.cs (3)
138builder.WithHttpEndpoint(name: EmulatorHealthEndpointName, targetPort: 8080) 139.WithHttpHealthCheck(endpointName: EmulatorHealthEndpointName, path: "/ready") 140.WithUrlForEndpoint(EmulatorHealthEndpointName, u => u.DisplayLocation = UrlDisplayLocation.DetailsOnly);