# Create an Azure Storage Account

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.

{% hint style="info" %}
**Note:** If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/) before proceeding.
{% endhint %}

## Steps to Create a Storage Account

1. Go to the [Azure Portal](https://login.microsoftonline.com/).
2. From the left menu, select **Storage accounts**, or use the search bar to find it.

<figure><img src="/files/tcSWQ2imZVCwRLhiMp43" alt="Accessing Storage Accounts in Azure portal" width="563"><figcaption><p>Accessing Storage Accounts</p></figcaption></figure>

3. On the **Storage accounts** page, click **Create**.

<figure><img src="/files/9gfI0BOU7Muhc8rqTtHM" alt="Creating a new storage account in Azure"><figcaption><p>Create Storage Account</p></figcaption></figure>

4. Fill in the details across the following tabs:

### Basics

* Add **Storage account name**
* Select desired **Region**
* Choose **Performance** as **Standard**

<figure><img src="/files/KyNBbRWervsisNJBoNVh" alt="Basics tab in storage account creation" width="563"><figcaption><p>Basics Tab</p></figcaption></figure>

### Advanced

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

<figure><img src="/files/iRlJdf11bP1ZkNPTAZrF" alt="Advanced tab configuration" width="563"><figcaption><p>Advanced Settings</p></figcaption></figure>

### Networking

* Choose **Public Endpoints (all networks)**

<figure><img src="/files/pd2czSVGyWd8SfBwXNfc" alt="Networking tab settings" width="563"><figcaption><p>Networking Configuration</p></figcaption></figure>

### Data Protection

* Enable **soft delete** for:
  * Blobs
  * Containers
  * File shares

<figure><img src="/files/IZgzvDZa77tw8BgllHk4" alt="Data protection options" width="563"><figcaption><p>Data Protection Settings</p></figcaption></figure>

### Tags

* Add **Name**, **Value**, and **Resource** for organization

<figure><img src="/files/eUp8hSiCQLLwsCUYZQOr" alt="Tag configuration screen" width="563"><figcaption><p>Tag Setup</p></figcaption></figure>

### Review + Create

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

<figure><img src="/files/949UYquWDa5cgZ6oQ1H6" alt="Review and create tab" width="563"><figcaption><p>Validation and Final Review</p></figcaption></figure>

5. After validation, click **Create**.

<figure><img src="/files/gNR2V7Pan5DDejc5daYE" alt="Final step to create account" width="563"><figcaption><p>Create Storage Account</p></figcaption></figure>

6. Your Azure storage account is now created.

## Post-Creation: Get Access Keys

1. Navigate to the new **Storage account**.
2. From the left panel, select **Access keys**.
3. Click **Unhide keys**.
4. Copy the **Storage account name** and **Access keys (Key1 & Key2)**.
   * You can regenerate keys if needed.

<figure><img src="/files/48gl243nI0c5LAi3H5wr" alt="Accessing storage account keys" width="563"><figcaption><p>Access Keys for Storage Account</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/vault/configuring-vault/configure-backup-environment/create-a-azure-storage-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
