> For the complete documentation index, see [llms.txt](https://cocktailcloud.gitbook.io/cocktail-cloud-online-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cocktailcloud.gitbook.io/cocktail-cloud-online-en/backup-restore/storages/azure-blob-storage.md).

# Azure Blob Storage Configuration

## 1. Azure Blob Storage

1. To use Azure Storage, please refer to the guide below.

{% embed url="<https://learn.microsoft.com/en-us/azure/storage/common/storage-account-create?tabs=azure-portal>" %}
\[Azure Storage Creation Official Documentation]
{% endembed %}

## 2. Azure Blob Storage Creation

### Bucket Creation Method

1\) Access the Azure Portal to obtain the necessary information.

{% embed url="<https://portal.azure.com/#home>" %}

<figure><img src="/files/PmfC6OMgUVjn2g1XyNUe" alt=""><figcaption><p>[Screen] Azure Access Portal</p></figcaption></figure>

2\) Efficiently manage access, policies, and compliance regulations for your subscription by clicking on "Management groups."(All services - Management and governance - Management groups)

<figure><img src="/files/ALJ9z5C1vUxU3uETTxc7" alt=""><figcaption></figcaption></figure>

2-1) Click the "Create" button.

<figure><img src="/files/j4jUEHQ7vbzuES76ECDy" alt=""><figcaption></figcaption></figure>

2-2) Create a management group for internal use.

<figure><img src="/files/TDxvRxrXEggsosmn7wEH" alt=""><figcaption></figcaption></figure>

3\) Click on "Subscriptions" to create a logical container called "Resource Group" for grouping resources for efficient management.(All services - Management and governance - Subscriptions)

<figure><img src="/files/tm4Hzp1Xz4aVHRnUhmlr" alt=""><figcaption></figcaption></figure>

3-1) Click the "Create" button to go to the creation screen.

<figure><img src="/files/Hex381CsL0iSnVwlagP0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KhNnImNcWMXtohW8Mtxj" alt=""><figcaption></figcaption></figure>

4\) Click on "Subscriptions" to create a logical container called "Resource Group" for grouping resources for efficient management.(All services - Management and governance - Resource Group)

<figure><img src="/files/EGba8IIWgejtnHQmV7eV" alt=""><figcaption></figcaption></figure>

4-1) Click the "Create" button to go to the creation screen.

<figure><img src="/files/ENSVLY5G5Ilo2w3o5hLQ" alt=""><figcaption></figcaption></figure>

4-2) \[Create a Resource Group] - Enter the resource group name and select the region before creating.

<figure><img src="/files/L63HsTKsrjLEjZguBDAu" alt=""><figcaption><p>[Screen] Create</p></figcaption></figure>

<figure><img src="/files/7Gop4lzZkLXe5OhfPp5E" alt=""><figcaption><p>[Screen] Detailed View after Creation</p></figcaption></figure>

5\) Click on "Resources" to create resources that can be used in Azure services.

<figure><img src="/files/OIuZmTYXKQ6s6Xn9ZqhJ" alt=""><figcaption></figcaption></figure>

5-1) Search for "Storage account" in the marketplace and click on "Storage account."

<figure><img src="/files/YovqBSZYHZSVTCARQZDo" alt=""><figcaption></figcaption></figure>

5-2) Click the "Create" button.

<figure><img src="/files/vbRCfO6cA5yiUsu1Pgwn" alt=""><figcaption></figcaption></figure>

5-3) nter subscription, resource group, storage account name, and region to register.

<figure><img src="/files/3T9DLYUfooE9jPuOlzYh" alt=""><figcaption></figcaption></figure>

6\) Click on the created resource, and under \[Data Storage], click on "Containers."

<figure><img src="/files/rA6onDDU7t9v35OpQndN" alt=""><figcaption></figcaption></figure>

6-1) Click "+ Container" to create storage.

<figure><img src="/files/uG8zcK1CaTzmSfIj28pt" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vTWMNqexaIjTWloMYOky" alt=""><figcaption></figcaption></figure>

Bucket : Container Name

***

### Authentication Information Confirmation Method

#### AZURE\_SUBSCRIPTION\_ID

1. Log in to the [Azure Portal](https://portal.azure.com/).
2. Select the subscription from the Azure service title. If your subscription is not displayed, use the search box to find it.
3. Find the subscription in the list and verify the subscription ID displayed in the second column.

<figure><img src="/files/SjfiIiKR2kWTsQwdcr0K" alt=""><figcaption></figcaption></figure>

#### AZURE\_TENANT\_ID

1. [Azure Portal](https://portal.azure.com/)Log in to the [Azure Portal](https://portal.azure.com/).
2. Make sure you are logged in to the tenant for which you want to retrieve the ID. If not, [switch directories](https://learn.microsoft.com/ko-kr/azure/azure-portal/set-preferences#switch-and-manage-directories) to ensure you're working in the correct tenant.
3. Use the search to find "Tenant properties."
4. Find the Tenant ID in the Overview section of the Basic Information screen.

<figure><img src="/files/sf6YVIySyUgU69RxGKtx" alt=""><figcaption></figcaption></figure>

#### AZURE\_CLIENT\_ID & AZURE\_CLIENT\_SECRET

Please refer to the guide below for more details.

{% embed url="<https://learn.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/register-confidential-azure-ad-client-app>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://cocktailcloud.gitbook.io/cocktail-cloud-online-en/backup-restore/storages/azure-blob-storage.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.
