I've been looking into logging for my Web Api application hosted within Azure.
The information I've discovered essentially shows how tp write the logs into Azure Storage.
Is there a way to write/store logs as a file instead, similar to a text file?
When I go to the dashboard of my Azure Web App, I can access FTP Diagnostics logs which are in the format I want. Is there a way to create and write to such files?