Not able to configure Cross tenant object replication in Azure

Shubhangi Shukla 25 Reputation points
2024-09-12T11:38:01.0766667+00:00

While trying to configure Cross tenant object replication from my azure storage account to a storage account in external tenant using 'create replication rules', not getting the option to provide subscription name and storage account name of the external tenant. How to set up object replication if the destination storage account is in different tenant?

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,183 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,904 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Keshavulu Dasari 765 Reputation points Microsoft Vendor
    2024-09-12T14:35:14.52+00:00

    Hi Shubhangi Shukla,
    Please follow the below steps:

    1. Create Replication Policy Using JSON:

    For more detailed steps, you can refer to the official Azure documentation

    0 comments No comments

  2. Keshavulu Dasari 765 Reputation points Microsoft Vendor
    2024-09-20T13:04:57.6+00:00

    HI Shubhangi Shukla,
    Based on the error message, The error is caused by missing values ​​for ruleId and possibly for policyId. These two fields must be specified for the JSON to work. Provide a correct translation of your JSON with placeholders,

    *Replace "ruleId": "your-rule-id", // with your actual rule ID and
    "policyId": "your-policy-id", // Replace with your actual policy ID

    • Be sure to replace <policy-id> and <rule-id> with real values,

    Please let us know if you have any further queries. I’m happy to assist you further.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.