Hello,
I have recently discovered Azure Event Hubs. I am currently building an app where I want to store my company's application logs. With the ability to log millions of events per second, it sound like just what I need. However, I'm can't find anything about storing this data. For example, it looks like the longest that I can store data is 7 days. I need to be able to store my data for at least 30 days.
My question is, is there anyway to get data from an Event Hub to an Azure Storage Table for longer preservation? If so, can someone provide an overview of what that would look like?
Thank you!