I'm trying to determine how exactly to log to app insights using
_logger.LogInformation
Im not finding the documentation https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core very helpful.
For example, lets imagine you create an asp.net core 3.0 MVC project using visual studio (template) By default, the controller has injected _logger.
What exact step-by-steps are required to get the logger to send the data to app insights? Any help is appreciated. I just am hoping to know which files exactly I need to update in the project.