How can I view console or trace output in an azure app service? Console.WriteLine or Trace.TraceError
I thought this would be simple but after several hours have realized that it is not. I deployed an "App Service" to Azure that is a C# .Net Core. I am trying to add some crude monitoring of by app by using Console.WriteLine("my message") or Trace.TraceError("my message") but I can't find that output anywhere in Azure. I tried enabling Application Insights bu