This may be a simple question but I find the Azure documentation vast and a bit vague to advice would be appreciated.
So I've got docker container running in Azure app service. I have a linux container which is pushed to Azure container registry from our pipelines where it is then used by the web app. I can view the log stream which automatically displays the docker logs and I assume anything sent to standard out.
There are various logs files within the container on certain file paths. How can I access these logs? (Other than using ssh in Kudu to get into the container). Is there a way of mapping these file paths to one of the Azure log analytic tools?
Thanks - Please let me know if you need more information on any part of this setup.