I am attempting to use Azure Log analytics to query IIS logs that sit in four separate storage accounts (based on region) that are generated from our WebApps. Is this possible? I'm only seeing azure activity logs on my queries - I'm very new to log analytics, so any help would be greatly appreciated.
Asked
Active
Viewed 369 times
0
-
Hello, if the answer is helpful, could you please help mark it as answer? it would be helpful for others. Thanks. – Ivan Glasenberg Jun 06 '19 at 09:52
1 Answers
0
There is no direct way for this, you can take a look at this issue and it mentions:
Log Analytics is only supported at the IaaS (VM) level, not at PaaS (App Service) level.
If you want to do that, you can manually set up a way which sends the logs from blob storage to Log analytics, following this tutorial(It's a little hard to do that).
As well, you can also upvote on this feedback.

Ivan Glasenberg
- 29,865
- 2
- 44
- 60
-
I'm not quite sure if I understand this answer; there are logs in my storage account sitting in a blob container. Is log analytics not able to get to this level to aggregate and analyze this data? – Cian Estella Jun 07 '19 at 11:46
-
@CianEstella, It's just not available for the iis logs(from azure web app) stored in azure storage. – Ivan Glasenberg Jun 10 '19 at 07:30