> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/monitors/cloud-and-infrastructure-monitoring/azure/how-to-resolve-sprinto-check-to-disable-the-cross-tenant-replication-on-azure-cloud-storage-account.md).

# How to resolve Sprinto check to disable the cross tenant replication on Azure Cloud storage account

### About:

Sprinto check: Ensure 'Cross Tenant Replication' is not Enabled

The above-mentioned Sprinto check verifies that the cross-tenant replication feature is not enabled for your Azure storage accounts. Cross-tenant replication allows you to replicate data between storage accounts in different Azure Active Directory tenants.

### Purpose:

The purpose of this check is to prevent unauthorized data replication between storage accounts in different tenants, which could lead to potential data leaks or unauthorized access to sensitive data. By disabling cross-tenant replication, you can ensure that your data remains within your organization's tenant boundaries, reducing the risk of data exposure or misuse.

### How to fix this check:

Follow the below steps to resolve this check:

#### Before you begin

* Ensure you have the administrator privilege to manage Azure storage account configuration.

#### Disabling Cross-Tenant Replication

1. Log in to the [Azure Portal](https://azure.microsoft.com/en-in/get-started/azure-portal) using your credentials.
2. Navigate to the Storage Accounts service.
3. Select the storage account from the list for which you wish to change the configuration.
4. Click on Object replication, then click Advanced settings.
5. Un-check the Allow cross-tenant replication then click Ok to save the changes.

   <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72098947588/original/z2vpUheS6PDTl5IYorkOvzRXP5deAeFb6w.png?1716356846" alt="" width="563"><figcaption></figcaption></figure>
6. Repeat the above steps for all Azure cloud storage accounts that stores organization’s critical data.&#x20;

Sprinto will detect the configuration change and set the check status to "Passing."

Contact Sprinto support if you have any queries related to the check or need assistance.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sprinto.com/monitors/cloud-and-infrastructure-monitoring/azure/how-to-resolve-sprinto-check-to-disable-the-cross-tenant-replication-on-azure-cloud-storage-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
