Cant create storage account

kristian haahr 1 Reputation point
2021-11-15T06:34:41.047+00:00

Hi, i cant crate my second storage account. The error message is none.

{
"deploymentStatusCode": -1,
"stage": 6,
"expected": false,
"error": {},
"subscriptionId": "4**************551f",
"resourceGroupName": "sha*****content",
"location": "northeurope",
"deploymentName": "service*****00629"
}

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,681 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,486 Reputation points Microsoft Employee
    2021-11-15T12:21:16.92+00:00

    @kristian haahr Welcome to Microsoft Q&A Forum,

    How are you trying to create the storage account ? Using ARM template ? or from Azure Portal UI ?
    May I know what kind of subscription are you using( Free/Trial subscription or Pay-as-you-go subscription)?

    Can you please try to create the Storage account using PowerShell or CLI and let me know the status: https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal

    Try using a new resource group and create the storage account under the new Resource Group.

    **Note: **Storage account names must be between 3 and 24 characters in length and may contain numbers and lowercase letters only.

    Refer to this section on Validation errors and check if you are seeing any of these.

    It could a interim issue, try again and let me know the status, If the issue still persist, please share the screenshot of the error message

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

    ----------

    Please do not forget to 149394-image.png and 149379-image.png wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments