I'm looking to dig into user creation activity in Azure and need to check records that go back at least a year. Can anyone provide guidance on how to access this data since the standard log retention is usually only for 30 days?
2 Answers
It’s tough if you haven’t enabled log retention for that long. Unfortunately, most systems only keep logs for about 30 days by default unless you've configured it otherwise.
You could start by checking the Audit Log. Just remember that unless you set up log retention to keep records that far back, you might not be able to retrieve the info you need.
Thanks! I keep forgetting to set that up... definitely adding it to my to-do list.