You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Azure.WebJobs.Host: Exception binding parameter 'db'. Fbeltrao.AzureFunctionExtensions: Object reference not set to an instance of an object.
#8
Closed
ianpowell2017 opened this issue
Dec 30, 2018
· 2 comments
and the connection setting in local.settings.json then when I run the webfunction then I get
[30/12/2018 15:52:24] System.Private.CoreLib: Exception while executing function: HttpRequestRedis. Microsoft.Azure.WebJobs.Host: Exception binding parameter 'db'. Fbeltrao.AzureFunctionExtensions: Object reference not set to an instance of an object.
Hello,
I am struggling and hope you can help.
I have a WebFunction initiated by a QueueTrigger. When I add your nuget package to my Visual Studio 2017 project and add
and the connection setting in local.settings.json then when I run the webfunction then I get
My Webfunction looks like this
If I remove the following from the method signature
Then it works as expected. Please advise how I may proceed.
Thanks
Ian
The text was updated successfully, but these errors were encountered: