We have created a Windows server 2012 virtual machine is Azure and deployed ASP.NET MVC website in IIS. Right now, we have enabled IIS logging and its saving log files on local disk.
Is there any way by which we can save IIS logs to Azure blob storage or table storage?
There are lot of articles about how to do this in web role OR in Azure Web Site, but not for IIS in manually created virtual machine.
Thanks for the help!