How can I find out who created a user in Azure from a year ago?

0
2
Asked By CuriousGiraffe42 On

I'm looking to track down who created a user in Azure, but the problem is that I need to see user creation logs from over 30 days ago. Specifically, I'm interested in information from a year ago. Is there any way to access this data?

4 Answers

Answered By DataDude88 On

Nope, sorry! Azure's audit logs only keep user creation data for 30 days. Unless you set up a retention policy or sent the logs to a storage account ahead of time, there's no way to find out who created that user a year ago. You might want to reach out to Microsoft support if you need more options.

Answered By TechWhiz99 On

Unfortunately, you can't access user creation logs from over 30 days ago. The audit log retention period is quite limited, so unless you’ve stored the logs elsewhere, there isn't a way to retrieve that info after a year. It's a real pain, I know! Maybe consider exporting future logs to a long-term storage or a tool like Log Analytics for better tracking in the future.

Answered By AuditMasterX On

This is a common issue! The audit logs time out after 30 days, which means if you didn't keep them somewhere else, you're not going to be able to pull that info after a year. Log Analytics does keep logs for 90 days, but still not enough for your needs this time. Make sure to plan for future log management!

Answered By LogSeeker44 On

If you haven't done any log retention setup, like using a storage account or Log Analytics, then you're pretty much out of luck after 30 days. It might be worth considering setting something up for the future, so you don't hit this wall again! Just a heads up.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.