
If no FTP has been defined yet, select Deployment Credentials in the concerned App service and provide an account name and a password for the ftp access. The ftp address is mentioned in the Download logs section but first you need to make sure that the ftp account has been set.

Once this is done the http logs will be stored on the file system of your web application and you can retrieve them with an ftp client. In the Azure portal, select the concerned Web App service then in the App Service go in Diagnostic logs and for the setting Web server logging select File System.


As I was currently working on the FinalAnalytics web site hosted on Azure and that the first tool that FinalAnalytics will release is the HttpLogBrowser, I took a look on how to retrieve http logs from an Azure Web service.
