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 {{storage-account-name}} \
--resource-group {{resource-group-name}} \
--allow-cross-tenant-replication false