Relative Content

Tag Archive for c#azureazure-functionsazure-application-insights

.Net 8 Azure Function App getting ILogger=NULL

I’m pushing my first .Net 8 Function App out to Azure and I’m getting an error that the ILogger is NULL. I’m following the same code as I’ve done before using .Net 6. It also works as expected when I run the app locally on my development machine.
Is there a setting that I might be missing to get this to work?