skip to Main Content

MSINotEnabled – Can't use KeyVault Reference in Azure Function

I'm trying to use a User Assign Managed Identity to retrieve access in KeyVault reference in Azure Function. I'm following this doc https://learn.microsoft.com/en-us/azure/app-service/app-service-key-vault-references?tabs=azure-cli#:~:text=you%20haven%27t%20already.-,Configure,-the%20app%20to to reference the keyvault in the application configuration. I followed these steps: Created User Assign Managed Identity.…

VIEW QUESTION

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

Azure – Exception binding parameter 'message'

I am trying to run the Human interaction in Durable Functions and i got the sample from the microsoft doc page. You can get the code @ https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-phone-verification?tabs=csharp I got the following error. Method not found: 'Void Twilio.Clients.TwilioRestClient..ctor(System.String, System.String, System.String,…

VIEW QUESTION
Back To Top
Search