# External Recording Storage

Call recordings can be configured to be stored in your own Azure blob storage.

Administration | Settings | External Services | Recording Storage Location

{% hint style="info" %}
When changing recording storage locations, only new recordings will be stored at that location. Previous recordings stored in other locations will not be accessible in the reports.
{% endhint %}

#### Default - Landis Contact Center Storage

This is the default setting. The recordings will be stored in the Landis environment.

#### Blob Service Endpoint - Customer Managed Storage

1. On your blob storage account in Azure, select Access Control (IAM) | Add | Add role assignment. Select Storage Blob Data Contributor for the role. Add the service principal name specific to your data center location of your Landis Contact Center organization. See below:

{% tabs %}
{% tab title="North America" %}
Landis Contact Center - Platform
{% endtab %}

{% tab title="EMEA" %}
Landis Contact Center EMEA - Platform
{% endtab %}
{% endtabs %}

2. On your blob storage account in Azure, select Settings | Endpoints. Copy the Blob service URL and paste the URL into the empty field to the right of the Recording Storage Location dropdown in Landis Contact Center | Save.

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

#### Connection String - Customer Managed Storage

Copy the connection string from your Azure blob storage account (See screenshot below) and paste the connection string into the empty field to the right of the Recording Storage Location dropdown | Save.

![](/files/-MJCXc64PUur5fWsrVwW)

<figure><img src="/files/8FFiwfrKg15pzN01j6kZ" alt=""><figcaption></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://cc.docs.landis.cloud/appendix/external-recording-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.
