I know there is not a lot of information in this post, but somehow I have difficulties finding information on what the URL is to see the log stream directly in the browser, so this is a note to self when this need occurs for troubleshooting. Maybe u can use this information too.
When u have activated App Service Logs by setting Application Logging (FileSystem) on, in your Web App Service, you can access the log stream by using the below URL. When the logging has been activated it will automatically be turned off after 2 hours.
U can access the stream directly at: https://<YourAppName>.scm.azurewebsites.net/api/logstream
Comments