I deployed some changes to Azure Functions
, but it looks like my endpoint is not reachable. For a while, I kept getting "Function host is not running" errors. Lately, the errors became "HTTP Error 500.37 - ANCM Failed to Start Within Startup Time Limit". How do I resolve this issue? I restarted my function app, but it didn't resolve anything.
EDIT: I looked at my activity log. I see a lot of errors like this:
Operation name SlotSwap Time stamp Fri Aug 14 2020 13:36:40 GMT-0500 (Central Daylight Time) Event initiated by SlotSwapJobProcessor
"Failed swapping site. Error: Cannot swap slots for site '...' because the warmup requests to application in '...' slot have timed out. Please check the application logs to determine what causes the timeouts."
and this:
Operation name List Web Apps Functions Host Keys Time stamp Fri Aug 14 2020 17:27:49 GMT-0500 (Central Daylight Time) Event initiated by [email] Error code BadRequest Message Encountered an error (InternalServerError) from host runtime.
Everything was working up until today and I haven't made any changes to cause this issue.