I have created an azure function v1 with parameter ILogger and when I hit F5 the console window has this exception:
Run: Microsoft.Azure.WebJobs.Host: Error indexing method Microsoft.Azure.WebJobs.Host: Cannot bind parameter 'logger' to type ILogger azure function
Does v1 azure function only work with TraceLogger ?
It worked using azure function v2, but that is .Net Core which is no option for me.