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