Resource movement from one subscription to another in Azure

Mohammad Wasif Rafique Mandal 35 Reputation points
2023-11-30T08:21:27.2+00:00

Can we move below listed resources from one subscription to another.

  1. Document intelligence
  2. Azure OpenAI
  3. Translator
  4. Managed Identity
Azure Resource Mover
Azure Resource Mover
An Azure service used for moving multiple resources between Azure regions.
203 questions
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 37,921 Reputation points Microsoft Employee
    2023-12-15T11:12:41.1833333+00:00

    Hello @Mohammad Wasif Rafique Mandal Thank you for posting your question on Microsoft Q&A platform and I apologize for the delayed response!

    I see that you want to move below mentioned services from one subscrioption to another:

    1. Document intelligence
    2. Azure OpenAI
    3. Translator
    4. Managed Identity

    For Document Intelligence and Translator, you can move the resources to another subscription by following the steps below:

    1. In the Azure portal, navigate to the resource group containing the resource you want to move.
    2. Select the resource you want to move.
    3. In the resource's menu, select "Move".
    4. Select "Move to another subscription".
    5. Follow the prompts to select the target subscription and resource group.

    For Azure OpenAI, you can move the resources to another subscription by following the steps below:

    1. In the Azure portal, navigate to the resource group containing the resource you want to move.
    2. Select the resource you want to move.
    3. In the resource's menu, select "Export template".
    4. Follow the prompts to export the resource template to a storage account.
    5. In the target subscription, navigate to the resource group where you want to deploy the resource.
    6. Select "Add a resource".
    7. Search for "Template deployment".
    8. Select "Build your own template in the editor".
    9. Copy and paste the exported template into the editor.
    10. Follow the prompts to deploy the resource to the new subscription.

    User's image

    Documentation reference: https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-support-resources#microsoftcognitiveservices

    Managed identities are specific to the Azure AD tenant where your Azure subscription is hosted. They don't get updated if a subscription gets moved to a different directory. If a subscription gets moved, you'll need to recreate and configure the identities.

    For system-assigned managed identities, you can disable and re-enable them after the subscription is moved to another directory. This will recreate the managed identity in the new directory.

    For user-assigned managed identities, you will need to delete and recreate them in the new directory. You will also need to update any resources that were using the old managed identity to use the new one.

    User's image

    Please note that moving resources between subscriptions may incur additional costs and may require additional configuration.

    Refer to the URL - https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/move-support-resources#microsoftmanagedidentity

    Hope this answers your question. Please write back to us if you have any further questions.


    If the response helped, do "Accept Answer" and up-vote it

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful