'1 Off bulk push to Eventhub

I have setup an Eventhub and configured the azure Sign In Logs to stream to the Eventhub which is then being pulled into our analytics platform.

This is working fine, however i'm only getting data from the time I configured the stream.

Is there a way I can do a 1 off bulk push of all sign in logs in azure the event hub. Basically so I can pull the last 30 days worth of data into our analytics platform and then continue to stream from now on?



Solution 1:[1]

Thank you for your post!

I'm not sure if this is possible, but you can try downloading your Azure AD Sign-in logs as JSON, and uploading the JSON file to your Log Analytics Workspace.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dharman