Skip to content

Commit 0e48dc1

Browse files
author
Tushar
committed
spelling mistake
1 parent 5dd6a79 commit 0e48dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/probes-codepackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Before you proceed with this article, become familiar with the [Service Fabric a
1414
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.
1515

1616
# Readiness probe
17-
Strating 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 accpet anymore traffic and hence the endpoints to reach the code package will be removed.
17+
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.
1818

1919
The behavior of the Readiness Probe is:
2020
1. The container/code package instance starts

0 commit comments

Comments
 (0)