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