1 write to Path
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
3064Path = path ?? "/",
5 references to Path
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
506Path = endpointProbeAnnotation.Path,
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceWebsiteContext.cs (2)
559slot.SiteConfig.HealthCheckPath = endpointProbeAnnotation.Path; 563site.SiteConfig.HealthCheckPath = endpointProbeAnnotation.Path;
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
244Path = endpointProbeAnnotation.Path,
Aspire.Hosting.Tests (1)
ResourceWithProbeTests.cs (1)
38Assert.Equal("/ready", ((EndpointProbeAnnotation)annotation).Path);