Hello,
(Sorry, I didn't find relevant category for this post of posted in the Azure Backup section.)
I have BizTalk VMs in Azure and for logging purpose I use
System.Diagnostics.Debug.WriteLine("Message");
from my implementation. I have used same approach in my WCF services as well.
Is it possible to catch these events and write it to Event Hub?
I know how to write in Event Hub and how to move to Azure Table from there but I am not sure how to catch these events.
Please advise.
Regards,
Software Engineer