function runtime is unreachable
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!