Azure
Introduction
In this blog we are going to see how to stream activity logs of your azure subscription to a Event Hub.
- First create a service bus name since this is required to export the Activity Log
- Go to Activity Logs page and click Export
- Enter the service bus name and policy
- Once the Export is done if you go to service bus resource you will not be able to see the event hubs since the new portal does not support that yet
- To view the event hub that is created you need to go to the old portal
- In the old portal you should see the event hub with name ‘insights-operational-logs’
Conclusion
Once you create the event event you should be able to access it from other application using the proper connection string
Leave a Reply