0

i try my first steps with Azure. I have upload a WebApp (Blazor WASM Serverhosted) on a Linux System. Now i want to see the logs. My application brokes on Azure on startup. Everything I have tried has not worked.

  • The logstream shows nothing.
  • The Monitoring/logs are disabled
  • I activate in Monitoring/App Service Logs the File System and go to FTP Folder and i don't find a log-folder or something like this

I hope for help to fix my App or Configuration on Azure

Taladan
  • 429
  • 1
  • 8
  • 20

1 Answers1

0

Still the issue can be available in github . You can achieve this by using below steps.

Steps provided here. And I am deployed in Linux app service

Now you can be able to view the logs in application insights

enter image description here

You can add/modify the custom logs as well by using the custom telemetry client.

Refer here for detailed information

Delliganesh Sevanesan
  • 4,146
  • 1
  • 5
  • 15