I have deleted the storage account I can't create same name storage account again in another subscription

Aster1234 26 Reputation points
2022-09-30T11:22:28.68+00:00

I am unable to create a storage account from Portal.

As soon as I type the name it shows error The storage account name '' is already taken.

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,944 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
{count} vote

Accepted answer
  1. Sumarigo-MSFT 45,416 Reputation points Microsoft Employee
    2022-09-30T12:30:37.717+00:00

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

    When you try to list the account with given name, it is not found under your subscription but is taken by someone else and will not let you create another storage account with the same name.

    When naming your storage account, keep these rules in mind:

    • Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only.
    • Your storage account name must be unique within Azure. No two storage accounts can have the same name.

    The storage account name is actually the subdomain name, so it must be "Globally" unique. Later you can access it through a URL like yourdomain.file.core.windows.net.

    If you try to deploy a new storage account with the same name as a storage account that already exists in Azure. The existing storage account name might be in your subscription or tenant, or anywhere across Azure. Storage account names must be globally unique across Azure.

    Code=StorageAccountAlreadyTaken  
    Message=The storage account named storageckrexph7isnoc is already taken.  
    

    For solution, refer to this article : https://learn.microsoft.com/en-us/azure/azure-resource-manager/troubleshooting/error-storage-account-name?tabs=bicep

    If you have any additional questions or need further clarification, please let me know.

    ----------

    Please do not forget to 246502-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful