# Azure - setup

### Azure API Settings

Required credentials:

* Connection string

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

### How to obtain credentials

Login in to your Azure account.

<figure><img src="/files/7V7dBdsBtCLzhILeyqqR" alt=""><figcaption></figcaption></figure>

The next step is to create a storage account. Select **Storage accounts** from services (you can also type on search bar "**storage accounts**" to find it)

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

From **Storage accounts** screen, click on "**Create**", to create a new storage account.

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

On **Basics** tab, you can set the basic settings for the storage account.

#### Project details:

Select a subscription and a Resource group. You can click on "**Create new**" to create a new resource and give it a name that you prefer. In the example below we used "SEONeo".

#### Instance details:

Give a **Storage account name**, and select region.&#x20;

On Performance, set the first option "**Standard**".&#x20;

On Redundancy select "**Geo-redundant storage (GRS)**" and check the option below "**Make read access to data available in the event of regional unavailability**".

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

Click next until you finish the setup of your storage account.

To get your credentials, from Home, open your storage (it will have the **Storage account** name you gave on the previous step).

From the menu select "**Access keys**".

From this screen you will find **Connection string** which is what you need for your credentials on SEO Neo.

<figure><img src="/files/6WZr95Cca4rqwM8a5CXF" alt=""><figcaption></figcaption></figure>

### **Important : Enabling Allow Blob Anonymous Access**

<figure><img src="/files/5Q0daXB5IrpIgJOrY4tm" alt=""><figcaption></figcaption></figure>

Also make sure to change the "**Allow Blob Anonymous Access**" setting to "**Enabled**" for your Azure storage account.


---

# 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://docs.seoneo.io/documentation/cloud-blogs/cloud-blogs-settings/azure-setup.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.
