14 references to Liveness
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
647.OrderBy(probeAnnotation => probeAnnotation.Type == ProbeType.Liveness ? 0 : 1)
Aspire.Hosting.Azure.FrontDoor (1)
AzureFrontDoorExtensions.cs (1)
237.OrderBy(p => p.Type == ProbeType.Liveness ? 0 : 1)
Aspire.Hosting.Azure.Tests (8)
AzureAppServiceTests.cs (1)
780.WithHttpProbe(ProbeType.Liveness, "/health");
AzureContainerAppsTests.cs (6)
2562.WithHttpProbe(ProbeType.Liveness, "/health"); 2568.WithHttpProbe(ProbeType.Liveness, "/health"); 2603.WithHttpProbe(ProbeType.Liveness, "/health"); 2608.WithHttpProbe(ProbeType.Liveness, "/health"); 2643.WithHttpProbe(ProbeType.Liveness, "/health"); 2648.WithHttpProbe(ProbeType.Liveness, "/health");
AzureFrontDoorTests.cs (1)
172.WithHttpProbe(ProbeType.Liveness, "/health");
Aspire.Hosting.Kubernetes (1)
Extensions\ResourceExtensions.cs (1)
454case ProbeType.Liveness:
Aspire.Hosting.Kubernetes.Tests (2)
KubernetesPublisherTests.cs (2)
321.WithHttpProbe(ProbeType.Liveness, "/health"); 327.WithHttpProbe(ProbeType.Liveness, "/health");
Aspire.Hosting.Tests (1)
ResourceWithProbeTests.cs (1)
50resource.WithHttpProbe(ProbeType.Liveness, "/health", endpointName: endpointName);