Welcome to Microsoft Q&A Forum, thank you for posting your query here!
Moving a Server from Tenant A to Tenant B
Solution 1: Using Azure Migrate
- Treat the servers in Tenant A as physical servers in Azure Migrate.
- Deploy Azure Migrate in Tenant A.
- Install the Mobility Agent on each server.
- Migrate the servers to Tenant B using Azure Migrate.
- Important Consideration:
- Managed Identities, RBAC roles, and App Registrations will not move automatically to Tenant B.
- Refer to Azure Migrate Documentation for detailed steps.
Solution 2: Snapshot & VHD Export Method
- Create a Snapshot: Take a snapshot of the source disk in Tenant A.
- Export the Snapshot: Convert the snapshot into a VHD file and store it in a Storage Account within Tenant A.
- Copy the VHD to Tenant B:
- Use AzCopy to transfer the VHD file from Tenant A to Tenant B:
azcopy copy "<SAS_URL_FROM_TENANT_A>" "<SAS_URL_FROM_TENANT_B>"
- Create a Managed Disk: In Tenant B, create a new managed disk from the copied VHD.
- Create a New VM:
- Use the managed disk to create a new VM in Tenant B.
- Attach any additional data disks as needed.
If you Want to Transfer Entire Subscription from Tenant A to Tenant B, please refer below Article.
Feel free to reach out if you have any further questions or need additional information—I’m happy to assist!
Please provide your valuable comments
Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.