function runtime is unreachable

Yue Zhang 1 Reputation point
2021-11-06T00:18:23.603+00:00

Hi, my deployment on Azure Function is seeing the "Function Runtime is Unreachable" error with the below error message:

System.Private.CoreLib: Could not load type 'Microsoft.Azure.WebJobs.ExecutionContext' from assembly 'Microsoft.Azure.WebJobs.Extensions, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

I tried to debug this issue according to this doc: https://learn.microsoft.com/en-us/azure/azure-functions/functions-recover-storage-account and installed multiple versions of Microsoft.Azure.WebJobs.ExecutionContext, but none of them works.

I use function v1.

Wondering if you could kindly help me debug this issue. Thanks!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.