Create an Azure Storage Account
Steps to Create a Storage Account


Basics

Advanced

Networking

Data Protection

Tags

Review + Create


Post-Creation: Get Access Keys

Last updated
Was this helpful?
An Azure storage account contains all your Azure Storage data objects—blobs, files, queues, and tables. It provides a globally accessible namespace for your data over HTTP or HTTPS.
Note: If you don't have an Azure subscription, create a free account before proceeding.
Go to the Azure Portal.
From the left menu, select Storage accounts, or use the search bar to find it.

On the Storage accounts page, click Create.

Fill in the details across the following tabs:
Add Storage account name
Select desired Region
Choose Performance as Standard

Enable secure transfer for REST API
Enable blob public access
Enable storage account key access

Choose Public Endpoints (all networks)

Enable soft delete for:
Blobs
Containers
File shares

Add Name, Value, and Resource for organization

If validation passes, click Create
If validation fails, follow prompts to correct errors

After validation, click Create.

Your Azure storage account is now created.
Navigate to the new Storage account.
From the left panel, select Access keys.
Click Unhide keys.
Copy the Storage account name and Access keys (Key1 & Key2).
You can regenerate keys if needed.

Last updated
Was this helpful?
Was this helpful?

