# Azure - setup

### Azure API Settings

Required credentials:

* Connection string

<figure><img src="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FzLhYUvroQd8eAXwIQLFx%2FAzure%20settings.JPG?alt=media&#x26;token=08529bda-836e-435b-8245-e40d3d7e4101" alt=""><figcaption></figcaption></figure>

### How to obtain credentials

Login in to your Azure account.

<figure><img src="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FoV4606YuYTnauswqUfzX%2FAzure%201.png?alt=media&#x26;token=8f91781f-51d5-4ef4-abee-1677632e5894" 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="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2F9TGvuT2TK7hYPW3ux8lw%2FAzure%202f.jpg?alt=media&#x26;token=a5d87985-d48b-466d-84cc-0a467f3585a4" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FPnCA7ZgvIV877I75uZyf%2FAzure%203f.jpg?alt=media&#x26;token=4a1328c0-f1a4-4111-a404-8c96d25682c0" 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="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FCxZVEDRe2ppAdzO5URCZ%2FAzure%204f.jpg?alt=media&#x26;token=becc5334-4f44-40a1-a4c2-6680e5c9a767" 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="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FOmPm7U4RhRtVCGK5qbS5%2FAzure%205f.jpg?alt=media&#x26;token=41e359bc-5e74-464d-9d7d-40abeca8ff84" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://2718133043-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2UzeMjUGHvOZRX1jMiVc%2Fuploads%2FhqryZUn2uPrfw3Bh7M9h%2Fazure.png?alt=media&#x26;token=c22da52e-a91e-4ec7-9d23-035ced0c0040" alt=""><figcaption></figcaption></figure>

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