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:
- Document intelligence
- Azure OpenAI
- Translator
- Managed Identity
For Document Intelligence and Translator, you can move the resources to another subscription by following the steps below:
- In the Azure portal, navigate to the resource group containing the resource you want to move.
- Select the resource you want to move.
- In the resource's menu, select "Move".
- Select "Move to another subscription".
- 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:
- In the Azure portal, navigate to the resource group containing the resource you want to move.
- Select the resource you want to move.
- In the resource's menu, select "Export template".
- Follow the prompts to export the resource template to a storage account.
- In the target subscription, navigate to the resource group where you want to deploy the resource.
- Select "Add a resource".
- Search for "Template deployment".
- Select "Build your own template in the editor".
- Copy and paste the exported template into the editor.
- Follow the prompts to deploy the resource to the new subscription.
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.
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