skip to Main Content

How to resolve "Could not load type 'Microsoft.Azure.WebJobs.ParameterBindingData'" in Python Azure Function?

I am currently developing an Azure Function in VS Code. I am encountering an error that has already been reported in this GitHub issue. In full, the error reads: Microsoft.Azure.WebJobs.Extensions.ServiceBus: Could not load type 'Microsoft.Azure.WebJobs.ParameterBindingData' from assembly 'Microsoft.Azure.WebJobs, Version=3.0.34.0, Culture=neutral,…

VIEW QUESTION

Azure – AAD Access token per API

Current Behavior - From our service-A, we are calling service-B. We are currently using client_credentials as a way to generate access_token for service-B(as shown below). Service-B is validating token generated at their end and everything is working fine. Expected behavior…

VIEW QUESTION
Back To Top
Search