Skip to content

Commit 1268aad

Browse files
author
Tushar
committed
heading issues
1 parent 0e48dc1 commit 1268aad

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/service-fabric/probes-codepackage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ ms.author: tugup
88
ms.date: 3/12/2020
99
---
1010

11-
Before you proceed with this article, become familiar with the [Service Fabric application model][application-model-link] and the [Service Fabric hosting model][hosting-model-link]. This article provides an overview of how to define a liveness and readiness probe by using manifest files
11+
# Service Fabric Probes
12+
Before you proceed with this article, become familiar with the [Service Fabric application model][application-model-link] and the [Service Fabric hosting model][hosting-model-link]. This article provides an overview of how to define a liveness and readiness probe by using manifest files.
1213

13-
# Liveness probe
14+
## Liveness probe
1415
Starting with version 7.1, Azure Service Fabric supports a liveness probe mechanism for containerize and non containerized applications. A liveness probe helps to report the liveness of a code package, which will restart if it doesn't respond quickly.
1516

16-
# Readiness probe
17+
## Readiness probe
1718
Starting with 8.2, readiness probe is also supported. A readiness probe is used to decide whether a code package is ready to accept traffic. For example if your container is taking a long time to process request or if the request queue is full, then your code package cannot accept anymore traffic and hence the endpoints to reach the code package will be removed.
1819

1920
The behavior of the Readiness Probe is:

0 commit comments

Comments
 (0)