I've created an Azure function and tested it locally in Visual Studio without issue. I just published the function to Azure and now when I run it I get this error:
2019-11-26T20:41:11.822 [Error] Executed 'PullAffiliationsFunction' (Failed, Id=13a5b787-db22-4b04-96ba-f5718c36aa75)
Value cannot be null.
Parameter name: value
I don't have any parameters named value in my function. I see no stack trace to give me more information about what is causing this error. Did I miss a configuration setting somewhere? I published directly from Visual Studio so I would expect it would publish everything. How would you debug this?