1

Whenever I would like to see the Logs for my Dockerized App which is running in Azure App Service, I get the below screen.

enter image description here

Can anyone help on this to see the logs of app deployment?

RagaSGNur
  • 199
  • 1
  • 2
  • 15
  • Did you see the following question: https://stackoverflow.com/questions/52245077/where-can-i-find-docker-container-logs-for-azure-app-service ? – misha130 Dec 02 '21 at 08:06

1 Answers1

0

To stream the application logs you first need to enable them. Click on the App Service Logs menu, set a max size and a retention period and enable the logs.

CSharpRocks
  • 6,791
  • 1
  • 21
  • 27