Ensure that your Microsoft Azure App Service web applications are configured to use health checks for uninterrupted service. Health checks enhance your web application's availability by automatically removing unhealthy instances from the load balancer. If an instance continues to be unhealthy, it will be replaced.
excellence
Enabling and configuring health checks for your Microsoft Azure App Service web applications ensures high availability by automatically detecting and removing unhealthy instances, leading to improved reliability and performance for your workloads.
Audit
To determine if your Azure App Service web applications are configured to use health checks, perform the following operations:
Remediation / Resolution
To enable and configure the Health Check feature for your Microsoft Azure App Service web applications in order to ensure uninterrupted service, perform the following operations:
Enabling health checks for Azure App Service web applications using Azure CLI or Azure PowerShell is not currently supported.References
- Azure Official Documentation
- Monitor Azure App Service
- Monitor App Service instances using Health check
- Azure PowerShell Documentation
- az webapp list
- az webapp config show