How Can I Migrate My ETL Logs to Azure Storage and Enable KQL?

0
12
Asked By CloudySky23 On

Hey everyone! My organization is transitioning from using Azure Function Apps to Azure VMs to run our ETL processes. Currently, I'm saving the logs locally on the VM as .txt files, but I'm looking to store them in an Azure storage account instead. I also want to enable KQL mode on these logs so that we can easily query them and analyze the data. Does anyone have advice on how to achieve this? Thanks in advance!

1 Answer

Answered By DataWizard99 On

You can definitely use KQL with a Log Analytics Workspace. To get logs ingested there, consider using Application Insights tailored to your scenario instead of dealing directly with log files. This way, you don't even need a separate Storage Account.

CloudySky23 -

Hey man, thanks a lot! That really helped.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.