Azure – Know the creator for an azure resource

azure

Is there a way to find who among the subscription admins has created a azure resource, either using the portal or though powershell commands. I have tried using Get-AzureRmLog, however it returned resourceId property as empty for all the results and I couldn't figure out the right property to check for 'created' action.

Best Answer

You can use Activity Log from the new portal. It's under Management Services - Operation Logs in the old portal.

Related Topic