Hi Shubhangi Shukla,
Please follow the below steps:
- Create Replication Policy Using JSON:
- Since the Azure portal does not provide an option to directly select a subscription and storage account from an external tenant, you need to use a JSON file to define the replication policy.
- Create a JSON File: Define the replication policy in a local JSON file. Set the policyId field to default so that Azure Storage will define the policy ID.
- Upload JSON File: Navigate to the Object replication settings for the destination account in the Azure portal. Select Upload replication rules and upload the JSON file to create the replication policy to Create JSON File:
- Verify Configuration:
- Check the replication status of the blobs to ensure that the policy is working as expected.
For more detailed steps, you can refer to the official Azure documentation