Can I merge my personal azure account to a company account?

Jan-Dirk Schuitemaker 20 Reputation points
2026-07-23T07:13:33+00:00

I have an Azure account with a personal email address (@live.com account) and I have another Azure account that was created when I bought MS for Business (based on domain name).

I want to move the assets that I have in the personal account to the domain account. These assets are VM's, IP addresses, etc.

Is there an easy way to do that?

Azure Migrate
Azure Migrate

A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.


Answer accepted by question author

Lakshma Reddy Vattijonnala 1,415 Reputation points Microsoft External Staff Moderator
2026-07-27T15:33:12.4466667+00:00

Hi @Jan-Dirk Schuitemaker Thank you for reaching out to Q&A. Your @live.com sign‑in is a personal Microsoft account, while the account created when you bought Microsoft 365 for Business is a work/school identity in a Microsoft Entra tenant. These are two separate identity systems and there's no way to combine them — that's by design. What is possible is moving the subscription (the container your VMs, disks, NICs and public IPs live in) so your work account can manage and/or pay for it.

Option A -You just want to manage the VMs with your work account:

Invite the work account as a guest in the current tenant and give it Owner or Contributor on the subscription via Access control (IAM). Takes a few minutes, nothing is deleted, no downtime. If your goal is simply "log in with my business account and see my VMs," this is usually enough.

Option B - Change the directory only, keep billing where it is​:‌
You can associate the subscription with your business Entra tenant while leaving the payment method untouched. Steps are in Transfer an Azure subscription to a different Microsoft Entra directory. Azure Lighthouse is also called out there as an alternative if you'd rather leave the subscription in place and delegate access instead.

Option C: Move billing and the tenant (full transfer)

From the Azure portal, signed in as an administrator of the billing account: Subscriptions → select the subscription → Transfer billing ownership → enter the email of a billing administrator on the business account → tick Move subscription tenant → Send transfer request.

  1. Leave the checkbox unticked and only the invoice moves resources and all existing role assignments stay as they are.
  2. Tick it and the resources land in the business tenant, but every role assignment and custom role is permanently deleted and can't be restored.

The recipient gets an email and must accept; the request is valid for 15 days, and only one can be active at a time. Full portal walkthrough: Transfer billing ownership of an MOSP Azure subscription.

If you go with Option C, please export this first it's the only recovery path:

az role assignment list --all --include-inherited --output json > roleassignments.json
az role definition list --custom-role-only true --output json --query '[].{roleName:roleName, roleType:roleType}'
az ad sp list --all --filter "servicePrincipalType eq 'ManagedIdentity'"

And please confirm none of these are in the subscription, as they either can't move or need work first AKS clusters, Azure Databricks, Microsoft Dev Box, Deployment Environments, Service Fabric, Entra Domain Services, and SQL/MySQL/PostgreSQL servers with Microsoft Entra authentication enabled. Azure Policy objects and Microsoft Sentinel workspaces are also affected (Sentinel can be re‑onboarded in the new tenant within 90 days), storage/Azure Files ACLs must be re‑applied, and resource locks and Disk Encryption Sets need re‑creating.

One important warning: if a key vault in this subscription holds customer‑managed keys encrypting a storage account or database, moving it can leave you in an unrecoverable state. Switch to a different vault or temporarily disable CMK before transferring. Also worth planning for Microsoft notes that in some scenarios a tenant transfer can require downtime.

If both subscriptions already share the same tenant:

Then skip all of the above and just move the resources: Resource group → select resources → Move → to another subscription. Both source and destination resource groups are locked for up to four hours, but your VMs keep running with no downtime.

A VM move has to include all its dependents in a single operation virtualMachines, disks, networkInterfaces, publicIPAddresses, networkSecurityGroups, virtualNetworks and storageAccounts otherwise you'll hit MissingMoveDependentResources. Also make sure the destination subscription is active and registered for the relevant resource providers, and remember that resource IDs change, so any scripts, dashboards or templates referencing them need updating.

Reference: Move Azure resources to a new resource group or subscription.

If you have further questions regarding this answer, feel free to click "Comment". If you find the answer helpful, please click "upvote". This helps the community by allowing others with similar queries to easily find the solution.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Alex Burlachenko 25,110 Reputation points MVP Volunteer Moderator
    2026-07-23T08:53:20.8866667+00:00

    hi Jan-Dirk Schuitemaker & thx for sharing urs issue here at Q&A portal,

    You can't merge two Azure accounts or Microsoft Entra tenants into one. However, you can move many Azure resources from one subscription to another if both subscriptions are under the same Microsoft Entra tenant.

    If your personal Azure subscription is in a different tenant than your Microsoft 365 Business subscription (which is common), actually u have two main options like transfer the subscription to the new tenant, then move resources if needed.

    Recreate or migrate the resources manually if they can't be moved. Many resource types, including virtual machines, public IP addresses, virtual networks, and managed disks, support subscription/resource group moves, but there are exceptions. Some resources (such as those with tenant-specific dependencies or certain managed services) require migration rather than a move. The first thing I'd check is whether the two subscriptions belong to the same Microsoft Entra tenant. If they don't, review the supported process for transferring a subscription between tenants https://learn.microsoft.com/azure/role-based-access-control/transfer-subscription and for moving supported resources https://learn.microsoft.com/azure/azure-resource-manager/management/move-support-resources

    Could u pls clarify is your @live.com Azure subscription under a personal Microsoft Entra tenant, and is your Microsoft 365 Business subscription under a different tenant? or are both subscriptions already associated with the same tenant?

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal

    and at my blog https://ctrlaltdel.blog/

     

    Was this answer helpful?


Your answer

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