Azure Storage Account stuck in the creating state

Eric Patenaude 20 Reputation points
2026-06-15T23:55:00.5466667+00:00

Hi,

I created a storage account using a self-hosted agent in an Azure DevOps pipeline. Unfortunately the job failed, but it seems that the agent (stateful) kept trying to create the agent afterwards. Now I cannot delete the Storage Account to successfully recreate it. Now a Get Storage Account(s) List keeps running for hours and I cannot do anything with my Storage Account. I was able to kill the agent (changed its type to stateless), but I am stuck with the Storage Account.

Can you "unstuck" it in anyway? Force a delete?

Thank you!

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.


1 answer

Sort by: Newest
  1. AI answer

    2026-06-15T23:55:12.91+00:00

    There is no supported way to “force delete” or directly unstick a Storage account that is still in the Creating state from the client side. When a Storage account operation is stuck in provisioning, the only supported path is to involve Azure Support so the backend operation can be investigated and cleared.

    Because the account is in a failed/blocked creation state and cannot be deleted or recreated, open an Azure Support request with the following details:

    1. Go to the Azure portal → Help + support → Create a support request.
    2. For Problem type, select Create new storage account.
    3. For Problem subtype, select Failure(s) during new account creation.
    4. Include:
      • The exact Storage account name.
      • Subscription ID and resource group.
      • Region.
      • Approximate time when creation started and when it got stuck.
      • That the account is stuck in Creating and cannot be deleted.

    This route is explicitly documented for storage accounts that cannot be created or recreated because of a prior failed/deleted state, and support can unblock or clean up the backend state so the resource can be recreated.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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