Timeout error during storage account creation

Rini Braat 1 Reputation point
2022-01-23T06:37:15.423+00:00

Hi,
I'm getting an timeout when I want to create a storage account. This does not happen with the same browser in another tenant.
Logging out and back on to portal, or using a different browser, does not solve the issue.

167459-image.png

{ "shellProps": { "sessionId": "b93ebbbc88f849968e3134c66f8faf80", "extName": "Microsoft_Azure_Storage", "contentName": "StorageAccountCreate.ReactView" }, "error": { "message": "Timed Out", "details": "The experience timed out while loading.", "metadata": [ { "id": "RenderTime", "loading": false }, { "id": "ReduxFreeDecorator", "loading": false }, { "id": "StorageAccountCreate.ReactView", "loading": true }, { "id": "LocationDropdown", "loading": false }, { "id": "ResourceGroupDropdown", "loading": false }, { "id": "LocationDropdown", "loading": true } ], "code": null }}

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

2 answers

Sort by: Most helpful
  1. Ravi Kanth Koppala 3,231 Reputation points Microsoft Employee
    2022-01-24T05:04:24.387+00:00

    @Rini Braat ,
    using a different browser, might not solve the issue. Did you try to create a storage account in a different region? (I checked Azure status, I don't see any storage service downtime across regions - https://status.azure.com/en-us/status/history/).

    The other option might be that you may not have the necessary permissions on your subscription to create a storage account. In order to be able to create a storage account, you will need at least Storage Account Contributor RBAC permissions at the subscription level.
    https://learn.microsoft.com/en-us/azure/role-based-access-control/built-in-roles#storage-account-contributor
    https://learn.microsoft.com/en-us/azure/role-based-access-control/role-assignments-portal?tabs=current

    0 comments No comments

  2. Rini Braat 1 Reputation point
    2022-02-03T05:29:46.303+00:00

    After writing my question above, I was hospilallized unexpectedly, so I was not able to answer.
    I'm just discharged now and I looked at the issue again. The problem does not exist anymore ... ?

    Without changing anything, now, after a week, the issue seems disappeared, I have no problem creating a new storage account whatsoever.
    So thank you for helping in any case!

    I am very curious why it was an issue last week, and not any more now. What has changed (by itself)?