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