health
azure_bootstrap.health
¶
Framework-neutral readiness probes for Azure App Configuration + App Insights.
All three checks return a small JSON-friendly dict that callers can wire
into any HTTP framework's /health endpoint.
Functions:
| Name | Description |
|---|---|
check_app_config_health |
Verify Azure App Configuration is reachable and credentials are valid. |
check_app_insights_health |
Verify |
check_app_insights_logging |
Verify an Azure Monitor logging handler was attached by bootstrap. |
check_app_config_health
¶
Verify Azure App Configuration is reachable and credentials are valid.
Source code in azure_bootstrap/health/__init__.py
check_app_insights_health
¶
Verify APPLICATIONINSIGHTS_CONNECTION_STRING is set.
No live API call — bootstrap validates the string at startup; this probe is a fast readiness check, not a synthetic ping.
Source code in azure_bootstrap/health/__init__.py
check_app_insights_logging
¶
Verify an Azure Monitor logging handler was attached by bootstrap.