Creating a Storage Account

Syelding 21 Reputation points
2021-12-17T04:25:42.847+00:00

Having trouble comleing the storage account section on Microsoft Azure fundamentals. My subscription says Azure subscription 1 and does not allow me to change it to Concierge Subscription so I cant complete the assignment. How can I can I change this?

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

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2021-12-17T05:23:14.527+00:00

    @Syelding Can you share the screenshot of the issue? May I know what exactly are you trying to accomplish?
    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

    Refer to this Q&A thread suggestion Failed to create new Storage account:

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


Your answer

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