we try to add an existing Azure Capacity Tier repository to a new Veeam installation (for recovery testing purposes). The Azure container that we want to add as object repository has been replicated (exact copy) by an Azure object replication policy from another Azure tenant / storage account / container. The error message we receive when adding this replicated container is this one:
Code: Select all
25.03.2024 10:46:10 Error Failed to save object storage repository: The request is rejected because of object replication policy.
CAzureCloudClientImpl::CreateFolderAsync async task has failed, path [/Veeam] Details: HTTP code: 409, Content Length: 247, Code: OrsPolicyConflict, Error: The request is rejected because of object replication policy.
RequestId:b60553f9-e01e-0086-5499-7e886c000000
Time:2024-03-25T09:46:09.2897680Z
25.03.2024 10:46:10 Error Infrastructure item save failed Error: The request is rejected because of object replication policy.
CAzureCloudClientImpl::CreateFolderAsync async task has failed, path [/Veeam] Details: HTTP code: 409, Content Length: 247, Code: OrsPolicyConflict, Error: The request is rejected because of object replication policy.
RequestId:b60553f9-e01e-0086-5499-7e886c000000
Time:2024-03-25T09:46:09.2897680Z
Tom