skip to Main Content

Azure Functions runtime is unreachable

My azure function is returning error: Azure Functions runtime is unreachable System.Reflection.ReflectionTypeLoadException : Unable to load one or more of the requested types. Method 'LogFunctionStarted' in type 'WebJobs.Host.Storage.Logging.PersistentQueueLogger' from assembly 'Microsoft.Azure.WebJobs.Host.Storage, Version=4.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' does not have an implementation. at…

VIEW QUESTION
Back To Top
Search