🛡️ Azure Storage Account Cross Tenant Replication is enabled🟢
- Contextual name: 🛡️ Cross Tenant Replication is enabled🟢
- ID:
/ce/ca/azure/storage/disable-cross-tenant-replication - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- Internal:
dec-x-397dd59e
Similar Internal Rules
| Rule | Policies | Flags |
|---|---|---|
| ✉️ dec-x-397dd59e | 1 |
Description
Description
Cross Tenant Replication in Azure allows data to be replicated across multiple Azure tenants. While this feature can be beneficial for data sharing and availability, it also poses a significant security risk if not properly managed. Unauthorized data access, data leakage, and compliance violations are potential risks. Disabling Cross Tenant Replication ensures that data is not inadvertently replicated across different tenant boundaries without explicit authorization.
Rationale
Disabling Cross Tenant Replication minimizes the risk of unauthorized data access and ensures that data governance policies are strictly adhered to. This control is especially critical for organizations with stringent data security and privacy requirements, as it prevents the accidental sharing of sensitive information.
Impact
Disabling Cross Tenant Replication may affect data availability and sharing across different Azure tenants. Ensure that this change aligns with your organizational data sharing and availability requirements.
... see more
Remediation
Remediation
From Azure Portal
- Go to
Storage Accounts.- For each storage account, under
Data management, clickObject replication.- Click
Advanced settings.- Uncheck
Allow cross-tenant replication.- Click
OK.From Azure CLI
Replace the information within
<>with appropriate values:az storage account update --name <storageAccountName> --resource-group <resourceGroupName> --allow-cross-tenant-replication false