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