0 votes
in Azure by
What is health API?

1 Answer

0 votes
by

At minimum, a health check API is a separate REST service that is implemented within a microservice component that quickly returns the operational status of the service and an indication of its ability to connect to downstream dependent services.

...