Nuri Tasdemir
Nuri Tasdemir

Reputation: 9842

Is there a way to find which user deleted a specific storage account in Azure?

We are using a single Azure subscription for several projects with several users. One of our storage accounts has been deleted recently. Is there a way to find out which user deleted this storage account?

Upvotes: 4

Views: 7879

Answers (1)

Gaurav Mantri
Gaurav Mantri

Reputation: 136196

Is there a way to find out which user deleted this storage account?

If the storage account is deleted via Azure Portal (and not the old one), you can to find this information is by going through Activity Logs (formerly known as Audit Logs). These logs include all of the provisioning actions performed via the Azure Resource Manager, in addition to other actions that are related to managing Azure resources (for example, autoscaling).

Upvotes: 5

Related Questions