I get this error on deploying my Azure Function that is set up to my github repo (https://github.com/jthake/MicrosoftGraph-AzureFunctions/blob/master/MicrosoftGraphWebHook/). Unfortunately it is not very specific…what would be the right way to debug this?
Microsoft.Azure.WebJobs.Host: Error indexing method 'Functions.MicrosoftGraphWebHook'. mscorlib: Multiple custom attributes of the same type found.
2016-04-06T00:29:25 Welcome, you are now connected to log-streaming service.
I noticed this comment in this other thread:
"As expcted, the Azure Functions runtime will automatically add the references to the package assemblies, so you DO NOT need to explicitly add assembly references using #r "AssemblyName", you can just add the required using statements to your function and use the types defined in the NuGet package you've referenced."
I tried removing the #r ref thing that maybe already ref’d but then threw an error on couldn’t find assembly ref.