microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

IIS data source #114

Closed doggonewater672 closed 3 years ago

doggonewater672 commented 4 years ago

Is there a way to store data in an Azure file storage smb share ( for example: I have 50Gb of IIS logs that is historical data so my workstation agent cannot "see" this data") and I would like to let my log space analytics workspace to "see" this data source so I can run queries against it. Should I rather use a blob storage for type of data although it looks like there is a limit on the log file size. My logs each are big - over 10mb each some going to 75Mb

mbcrump commented 3 years ago

azure blob storage is what i'd use - lmk if you still need help