0

I want to store my api's (hosted on app services) logs to Azure Table storage using Azure Diagnostics. Currently I can store the logs on blob container I am unable to find a option to store on the Table storage.

After some google searching I found that classic azure portal supported to store logs on table storage. When I try to log-in into classic portal it automatically redirects me to the current portal.

Basically I want to view the logs using Azure Log Analytics where I'm unable to view the logs from a blob container.

Please show me some light on this issue. Either enlighten me by showing a way to bind logs in Azure Log Analytics from a blob container or showing me a way to store app services diagnostic logs to table storage.

user1814131
  • 259
  • 4
  • 16
  • Is it enough if you are able to log Azure Storage Table ? – Thomas Jun 29 '16 at 00:51
  • Yes Thomas. I'll be able to import the logs using LogAnalytics then. – user1814131 Jun 29 '16 at 04:20
  • You should have a look at semantic logging :https://msdn.microsoft.com/en-us/library/dn440729(v=pandp.60).aspx. There is an appender to log to Azure Table :https://msdn.microsoft.com/en-us/library/dn775011(v=pandp.20).aspx. Do you need more information, samples ? – Thomas Jun 29 '16 at 09:05
  • A sample would be great.. – user1814131 Jun 29 '16 at 09:08
  • Thanks for the link but I was talking about web server logs. Azure diagnostics provide logging for web webservers hosted in app services. I don't have any code for logging in my application. Rather the IIS logs are currently stored in Blog storage. I was wondering if I can store them in azure table storage. – user1814131 Jun 29 '16 at 09:12

0 Answers0