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