How do I check if an Azure Storage account is been used?

Carl Mathapersad 21 Reputation points
2021-11-03T07:52:41.623+00:00

I want to delete some Storage accounts on my Azure tenant, is there a way to check if those storage accounts are been used by any other resources?
I just want to ensure that it is safe to delete the storage accounts

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,687 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 96,361 Reputation points MVP
    2021-11-03T08:04:08.077+00:00

    Hi @Carl Mathapersad ,

    one option could be to take a look on the metrics of the Storage Account if there is any egress or ingress activity during the last 30 days.

    146116-image.png

    You can filter on Metric Namespace File, Blob, Table and Queues. And the metrics Ingress or Egress.

    For example: In the screenshot you can see there is no activity since 29th of October.

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,641 Reputation points Microsoft Employee
    2021-11-03T10:36:58.983+00:00

    @Carl Mathapersad Welcome to Microsoft Q&A Forum, Thank you for posting your query here!

    Adding more information to the above response, there is a similar thread discussion in Q&A Forum, please seehere

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 146068-image.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments