Skip to content

Commit 4974ea2

Browse files
authored
Change a typo in health probe doc
1 parent 9cbf371 commit 4974ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/spring-apps/how-to-configure-health-probes-graceful-termination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Use the following steps to customize your application using Azure CLI.
198198

199199
## Best practices
200200

201-
Use the following best practices when adding your own persistent storage to Azure Spring Apps:
201+
Use the following best practices when adding health probes to Azure Spring Apps:
202202

203203
- Use liveness and readiness probes together. Azure Spring Apps provides two approaches for service discovery at the same time. When the readiness probe fails, the app instance is removed only from Kubernetes service discovery. A properly configured liveness probe can remove the issued app instance from Eureka service discovery to avoid unexpected cases. For more information about service discovery, see [Discover and register your Spring Boot applications](how-to-service-registration.md).
204204

0 commit comments

Comments
 (0)