Share via

An error is on when create an account for Azure blobs storage

Eric Miyahara 0 Reputation points
2026-04-01T11:40:36.3333333+00:00

I can't create an account for Azure blobs storage. I putted all my informations corretely, but appears a message saying that your system founded that my machine is not able to create a simple account.

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Vallepu Venkateswarlu 6,750 Reputation points Microsoft External Staff Moderator
    2026-04-01T17:33:58.5+00:00

    Hi @ Eric Miyahara,

    Welcome to Microsoft Q&A Platform.

    It sounds like you’re running into a generic “unable to create storage account” error when you try to provision an Azure Blob Storage account. That usually comes down to one of a few common issues, name conflicts, subscription or resource-group locks, missing permissions or policies, or even the Microsoft.Storage provider not being registered.

    Here’s a quick rundown of what you can try:

    Run the built-in diagnostic

    • In the Azure portal, go to Create a resource > Storage account and click Diagnose and solve problems.
    • Let the “We are running a quick check on the storage account” insight complete and see if it flags anything.

    Check for name conflicts:

    • Storage account names must be globally unique. If the name is taken, you’ll get a StorageAccountAlreadyTaken error.
    • Try a different name or use the name-conflict checker.

    Verify resource locks:

    • Make sure there are no Delete or Read-only locks on your subscription or resource group that might block new resource creation.
    • Remove any locks via the resource locks documentation.

    Confirm you have the right permissions

    Register the Microsoft. Storage provider

    Try CLI or PowerShell:

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

  2. Q&A Assist
    2026-04-01T11:40:54.5066667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error is not caused by the local machine. Creating an Azure Storage account for Blob Storage is controlled entirely by the Azure subscription, tenant, and the values entered in the create form.

    Use the Azure portal creation flow and verify the required fields step by step:

    1. Sign in to the Azure portal and go to Storage accountsCreate.
    2. On the Basics tab, make sure:
      • Subscription: A valid, active subscription is selected.
      • Resource group: Either select an existing one or create a new one.
      • Storage account name: 3–24 characters, only lowercase letters and numbers, globally unique.
      • Region: Choose a valid region; some SKUs are not supported in all locations.
      • Performance and Redundancy: Choose a supported combination (for example, Standard + Standard_LRS for a general-purpose v2 account).
    3. If using advanced options (encryption with customer-managed keys, special redundancy, or access tiers), ensure they are valid for the chosen account type and region. Invalid combinations can cause BadRequest (400) errors such as:
      • AccountTypeNotSupportedInLocation – SKU not supported in that region.
      • InvalidAccessTier – access tier not allowed for that account kind.
      • InvalidAccountType – invalid SKU.
      • Key Vault–related errors if a customer-managed key is misconfigured.
    4. Go to Review + create and check the validation message. If validation fails, the portal will indicate which setting is invalid; adjust that field and retry.

    If the storage account name was used previously in another subscription/tenant and recently deleted, creation can be blocked for security reasons. In that case, open an Azure Support Request and choose:

    • Problem type: Create new storage account
    • Problem subtype: Failure(s) during new account creation Include the storage account name and approximate failure time.

    If the portal still reports that the environment cannot create an account even with valid values, the subscription or tenant may be blocked or inactive. That must be resolved by Azure Support via a support request from the portal.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.