Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 458
Nuri Tasdemir Avatar asked Sep 10 '25 06:09

Nuri Tasdemir


1 Answers

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).

like image 54
Gaurav Mantri Avatar answered Sep 12 '25 23:09

Gaurav Mantri