Katabarwa Labs
← Blog

How to see who created an Azure resource and when (CreatedBy / CreatedOn)

Azure management · August 26, 2026 · 5 min read

Open the resource list in the Azure portal and you cannot sort by creation date, and there is no column for who created a resource. Both are among the longest-standing requests on the Azure feedback forum, across several ideas with hundreds of combined votes. Without them, cost allocation, cleanup, and audit questions like "who spun this up and when?" are hard to answer.

Why Azure cannot tell you this out of the box

The DIY approach: read the Activity Log, write tags

The durable fix is to capture the creator and timestamp while they are still in the Activity Log and stamp them onto the resource as tags, which do persist and can be shown as columns:

The catch is timing: because the Activity Log only retains about 90 days, the job has to run regularly (a resource created and never swept within the window loses its attribution forever).

A ready-made option: Auto Tagger

Our tool for this: Auto Tagger on the Azure Marketplace. It runs as a managed application inside your own subscription, so nothing leaves your tenant.

Auto Tagger is that pattern packaged. It reads the subscription Activity Log every 15 minutes and stamps CreatedBy and CreatedOn tags on every new resource, so you get creator and creation-date attribution you can sort, filter, add as portal columns, and use for cost allocation. It runs entirely in your own subscription with Reader and Tag Contributor permissions only, so it writes tags and nothing else.

Key facts

Related reading: find orphaned Azure resources still costing you money.


Written by the team at Katabarwa Labs. We build small, single-purpose Azure tools that run entirely inside your own tenant. Questions: abaho@llmgraph.ai.