How do I downloadApp service logs of a web app or view diagnostic settings

Huhn, Alexander 105 Reputation points
2023-03-07T18:00:58.64+00:00

I have a webapp, and am going throuhg UAT, and would like to view the logs to see what issues arise. I goto App Service Logs, and am given a ftp/ftps link, but I do not know how to access them. Can anyone help with this?

User's image

I also tried with Diagnostic Settings, but do not know how to do this either

User's image

Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
1,178 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2023-03-07T20:27:56.2266667+00:00

    Take a look at Kudu; you can access your Logs directly from the App Service file share.

    Other links:

    https://github.com/projectkudu/kudu/wiki/Accessing-the-kudu-service

    https://www.thebestcsharpprogrammerintheworld.com/2014/01/16/get-azure-app-service-deployment-logs-from-kudu/

    If its an Azure Static Web App - have you setup Application Insights?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.