Create an Azure Storage Account

This guide walks you through the process of creating a new Azure Storage account using the Azure portal. Storage accounts provide a unique namespace for your Azure Data Lake Storage Gen2, Azure Blob Storage, File Storage, Queue Storage, and Table Storage data objects.

Prerequisites

Steps to Create a Storage Account

1. Sign in to the Azure portal

Open your web browser and navigate to https://portal.azure.com/. Sign in with your Azure account credentials.

2. Navigate to the Storage Accounts service

In the Azure portal search bar at the top, type "Storage accounts" and select "Storage accounts" from the search results.

Azure Portal Search for Storage Accounts

3. Initiate the creation process

On the "Storage accounts" page, click the + Create button or the + Add button to begin the storage account creation wizard.

4. Configure basic settings

The "Create a storage account" page consists of several tabs. Start with the Basics tab:

Important:

The storage account name must be globally unique. If the name you choose is already in use, you'll receive an error message and need to select a different name.

5. Configure advanced settings (Optional)

Navigate to the Advanced tab to configure additional settings:

6. Review and create

Click on the Review + create tab. Azure will validate your configuration. Once validation passes, review the summary of your settings and click the Create button.

Tip:

You can also create storage accounts using Azure CLI, Azure PowerShell, ARM templates, or Bicep for infrastructure as code deployments.

7. Deployment

The deployment process may take a few minutes. You will see a notification when the deployment is complete. Once deployed, you can navigate to your new storage account resource.

Get Started with Your Storage Account