An Azure service that provides an event-driven serverless compute platform.
Python function suddenly stopped working without any code or resource changes
Dennis Admin
0
Reputation points
This durable function app runs on a Flex Consumption plan. The troubleshooting tool return the error below. There were no changes made to the code or resources. Also, the same issue occurs to the functions with the same code base in 2 other resource groups. Suspect there is a platform compatibility issue that started today. Just need help pinpointing where the compatibility issue is.
| Exception Type | Total Occurrences | Exception Message | Latest Timestamp |
|---|---|---|---|
[Tag=''] Process reporting unhealthy: Unhealthy. Health check en |
21 |
[Tag=''] Process reporting unhealthy: Unhealthy. Health check entries are {'azure.functions.web_host.lifecycle':{'status':'Healthy','description':null},'azure.functions.script_host.lifecycle':{'status':'Unhealthy','description':'No script host available','errorCode':'NoScriptHost'},'azure.functions.webjobs.storage':{'status':'Healthy','description':null}} | 5/7/2026 8:22:07 AM |
[Tag=''] Process reporting unhealthy: Unhealthy. Health check en |
21 |
[Tag=''] Process reporting unhealthy: Unhealthy. Health check entries are {'azure.functions.web_host.lifecycle':{'status':'Healthy','description':null},'azure.functions.script_host.lifecycle':{'status':'Unhealthy','description':'No script host available','errorCode':'NoScriptHost'},'azure.functions.webjobs.storage':{'status':'Healthy','description':null}} | 5/7/2026 8:22:07 AM |
[Tag='azure.functions.readiness'] Process reporting unhealthy: U |
15 |
[Tag='azure.functions.readiness'] Process reporting unhealthy: Unhealthy. Health check entries are {'azure.functions.script_host.lifecycle':{'status':'Unhealthy','description':'No script host available','errorCode':'NoScriptHost'}} | 5/7/2026 8:22:07 AM |
Azure Functions
Azure Functions
Sign in to answer