Storage account and blob container not found

94267623 20 Reputation points
2026-07-14T13:29:52.42+00:00

Good day , I am pretty new to Azure and trying to play around -- How to you add a storage account and blob container ?

Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

0 comments No comments

Answer accepted by question author

AI answer

2026-07-14T13:30:09.25+00:00

To add a storage account and then create a blob container in the Azure portal:

  1. Sign in to the Azure portal.
  2. Search for Storage accounts and select it.
  3. Select + Create.
  4. On Create a storage account, set:
    • Subscription: select the subscription to use.
    • Resource group: select an existing group or create a new one.
    • Storage account name: enter a unique name. It must be 3 to 24 characters and use lowercase letters and numbers only.
    • Region: select a region.
    • Performance: Standard.
    • Redundancy: leave the default unless a different option is needed.
  5. Select Review + Create, then Create.
  6. After deployment finishes, open the new storage account.
  7. In the storage account menu, under Data storage, select Containers.
  8. Select + Container.
  9. Enter a container name. The name must be lowercase, start with a letter or number, can include letters, numbers, and hyphens, and must be 3 to 63 characters long.
  10. Set Anonymous access level or Public access level. The recommended/default setting is Private (no anonymous access).
  11. Select Create.

If Data storage is not visible, search for Containers directly in the storage account, because the portal layout can vary.


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

Was this answer helpful?

1 person found this answer helpful.

2 additional answers

Sort by: Oldest
  1. Andreas Baumgarten 132.9K Reputation points MVP Volunteer Moderator
    2026-07-14T13:37:15.85+00:00

    Hi @94267623 ,

    to create an Azure Storage Account please follow this step-by-step guide: Create an Azure storage account

    to create a container in the created Azure Storage Account follow this steüp-by-step guide: Quickstart: Upload, download, and list blobs with the Azure portal


    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards

    Andreas Baumgarten

    Was this answer helpful?


  2. 94267623 20 Reputation points
    2026-07-16T06:12:59.3733333+00:00

    Thank you guys ! got it going !

    Was this answer helpful?

    0 comments No comments

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.