Azure resource is taking too long to be created

Gg 15 Reputation points
2024-12-27T04:57:03.88+00:00

Hi, I am new to Azure and trying to create a storage account resource. I have checked the resource provider and confirmed that all the storage resources are registered. It has been more than an hour, and I am still waiting for the resource page to show up.

User's image

User's image

Can someone explain to me how to resolve this issue?

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,330 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Amrinder Singh 5,555 Reputation points Microsoft Employee
    2024-12-27T05:09:46.14+00:00

    Hi Gg - Thanks for reaching out on Q&A Forum.

    I would request you to check via Activity logs, if the request for creation of account could be seen available.

    Other than that, you can also check for the notifications, wherein it will tend to show recent deployments if there are running.

    image

    Can you please try using this to see if that helps.

    Please let me know if there are any further queries/concerns, will be glad to assist.


    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.


  2. Keshavulu Dasari 2,990 Reputation points Microsoft Vendor
    2024-12-27T06:40:23.8233333+00:00

    Hi Gg ,

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

    Since the request for creating the storage account hasn't been initiated, I suggest few steps you can take to troubleshoot the issue:

    1. Verify Permissions: Ensure that you have the necessary permissions to create resources in the selected subscription and resource group. Sometimes, insufficient permissions can prevent the initiation of resource creation.
    2. Check Resource Group and Subscription: Double-check that you are creating the storage account in the correct resource group and subscription. Sometimes, selecting the wrong resource group or subscription can cause issues.
    3. Clear Browser Cache: Occasionally, browser cache issues can cause problems with the Azure portal. Try clearing your browser cache or using an incognito/private browsing window.

    Use Azure CLI or PowerShell: Try creating the storage account using Azure CLI or PowerShell. This can sometimes bypass issues with the portal. Here’s a sample command for Azure CLI:

    az storage account create --name <your-storage-account-name> --resource-group <your-resource-group> --location <your-location> --sku Standard_LRS
    
    

    For more information:
    https://zcusa.951200.xyz/en-us/cli/azure/storage/account?view=azure-cli-latest

    Check for Service Limits: Ensure that you haven't reached any service limits for your subscription. You can check this in the Azure portal under "Usage + quotas." If none of the above step's work, try to create the storage account again. Sometimes, transient issues can cause delays.


    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.