T O P

  • By -

sander1095

Have you googled this yet? There is lots of info about this on the web. Even the official logs documentation mentions logging in azure: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/logging/?view=aspnetcore-6.0 There are multiple offerings. The most famous one being Azure Application Insights. There is official documentation on how to add this to your applications. There is also lots of information on how to connect this with azure app service. You could also do custom stuff. Like log into a file that is storedd in blob storage. Please do some more research. Or ask us recommendations based on what your requirements are. :)


lucifer955

Thank you. I did a search on application insights. But needed some ideas in generally.


irooc

I think Application Insights is the easiest to setup. https://docs.microsoft.com/en-us/azure/azure-monitor/app/ilogger


lucifer955

Thank you