Not able to create Azure Storage account

Varun Singh 1 Reputation point
2021-09-13T21:27:52.753+00:00

Hi Team, I have created multiple time Azure Storage accounts. However, this time I am trying to create a storage account for the Visual Studio Enterprise subscription. I have 210$ credits left. But still not able to create Storage accounts. It's saying Validation failed (even for default parameters).
Below is the validation error message. Any help will be appreciated.

{
"deploymentStatusCode": -1,
"stage": 6,
"expected": false,
"error": {},
"subscriptionId": "2c84dbec-3404-4ca7-884e-aa81116c6bd5",
"resourceGroupName": "AzureLearning",
"location": "australiasoutheast",
"deploymentName": "stlearn007_1631567754613"
}

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

1 answer

Sort by: Most helpful
  1. shiva patpi 13,141 Reputation points Microsoft Employee
    2021-09-13T22:47:49.687+00:00

    Hello @Varun Singh ,
    How are you trying to create the storage account ? Using ARM template ? or from Azure Portal UI ?
    Can you try using Azure CLI command :
    az storage account create -g azurelearning -n <give unique storageaccountname> --verbose

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

    Regards,
    Shiva.

    0 comments No comments