Unable to create resources

Gurpreet 0 Reputation points
2024-12-29T03:31:28.0966667+00:00

Hi Azure Community, I am new to Azure and am trying to learn more about Azure Cloud. However, I am not able to create resources. For the last 2 days, I have been figuring out how to create an azure storage account. I have made a subscription and inside the subscription, I registered all storage resource groups needed for creating a storage account. After that, I tried creating a resource inside the subscription. Although Azure is initiating the call to create a storage account but i can not see anything moving. Can someone please walk me through the steps on how to create a resource for a storage account?

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.
3,323 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vijay Borkar 5 Reputation points Microsoft Employee
    2024-12-29T04:25:21.3233333+00:00

    Hey Gurpreet, I understand how frustrating it can be when things don't work as expected. Let's walk through the steps to create an Azure Storage account using the Azure Portal:

    Sign in to the Azure Portal:

    • Go to Azure Portal and sign in with your Azure account.

    Create a Resource:

      - Click on the **"Create a resource"** button on the left-hand menu.
      
      **Search for Storage Account**:
      
         - In the search bar, type **"Storage account"** and select **"Storage account"** from the dropdown.
         
         **Basics Tab**:
         
            - **Subscription**: Ensure the correct subscription is selected.
            
               - **Resource group**: Select an existing resource group or create a new one.
               
                  - **Storage account name**: Enter a unique name for your storage account. The name must be between 3 and 24 characters and can include numbers and lowercase letters only.
                  
                     - **Region**: Choose the region closest to your location.
                     
                        - **Performance**: Select either **Standard** or **Premium** based on your needs.
                        
                           - **Redundancy**: Choose the redundancy option that suits your requirements (e.g., LRS, GRS).
                           
                           **Advanced, Networking, Data Protection, and Tags Tabs**:
                           
                              - You can configure additional settings in these tabs, but for a basic setup, you can leave the default settings.
                              
                              **Review + Create**:
                              
                                 - Click on the **"Review + create"** button. Azure will validate your settings.
                                 
                                    - Once validation is complete, click on the **"Create"** button to create the storage account.
                                    
    

    If the creation process still doesn't proceed, here are a few troubleshooting steps:

    • Check Quotas: Ensure you haven't reached the limit for storage accounts in your subscription.
    • Permissions: Verify that you have the necessary permissions to create resources in the selected subscription and resource group.
    • Azure Status: Check the Azure Status page to see if there are any ongoing issues in your region.

    For more detailed instructions, you can refer to the official Microsoft Learn guide Also, few Microsoft Learn paths that can help you get started with creating an Azure Storage account:

    1. Create an Azure Storage account
    2. Create an Azure storage account - Azure Storage
    3. AZ-104: Implement and manage storage in Azure

    Cheers,

    Vijay

    0 comments No comments

  2. Keshavulu Dasari 2,910 Reputation points Microsoft Vendor
    2024-12-29T14:42:05.1166667+00:00

    Hi Gurpreet,

    Greetings & Welcome to Microsoft Q&A forum! Thanks for posting your query!

    I suggest few steps to create a storage account using the Azure Portal:

    1. Sign in to the Azure Portal: Azure portal. Go to the Azure Portal and sign in with your Azure account.
    2. Create a Resource: Click on the Create a resource button in the left-hand menu.
    3. Search for Storage Account: In the search bar, type Storage account and select Storage account from the dropdown list.

    Configure the Basics:

    • Subscription: Ensure you select the correct subscription.
    • Resource group: Choose an existing resource group or create a new one.
    • Storage account name: Enter a unique name for your storage account. This name must be between 3 and 24 characters in length and can include numbers and lowercase letters only.
    • Region: Select the region where you want your storage account to be located.
    • Performance: Choose between Standard and Premium performance tiers.
    • Redundancy: Select the redundancy option that suits your needs (e.g., LRS, GRS, ZRS).

    Advanced, Networking, Data Protection, and Tags: You can configure additional settings under these tabs if needed. For most basic setups, you can leave the default settings.

    1. Review and Create:
      • Click on the Review + create button. Azure will validate your settings.

    Once validation is complete, click on the Create button to create your storage account.

    For more information:
    https://zcusa.951200.xyz/en-us/azure/storage/common/storage-account-create?tabs=azure-portal


    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.           
    User's image

    If you have any other questions or are still running into more issues, let me know in the "comments" and I would be happy to help you.


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.