A cloud-based identity and access management service for securing user authentication and resource access
Hey Rajesh, you’ve hit two common “lift-and-shift” pain points with Microsoft Entra ID (formerly Azure AD). Here’s the low-down and what you can do today:
- You can’t rename the built-in <tenantName>.onmicrosoft.com domain
- That default onmicrosoft.com namespace is immutable by design—you’ll always have one, and you can’t change its prefix.
- Workaround: add a custom domain (for example, “litware.com”), verify it, then set that as your primary/default domain for users and apps. The original onmicrosoft.com stays behind but won’t be used for new objects.
- You can’t “move” or “rehome” an entire Entra tenant across two Azure accounts
- Tenants are bound to a billing account/subscription boundary. There’s no API or support case today that detaches a tenant wholesale from one Azure billing root and drops it into another.
- What you can do instead: • Transfer each Azure subscription from one directory to another (via the Transfer Subscription guidance). Note resources will need post-transfer reconfiguration (role assignments, managed identities, etc.). • Invite the new account’s Global Admin as a co-admin of the tenant and shift management there.
If your main goal is to preserve users, groups, apps, etc., you’ll often end up doing a combination of: export/import, cross-tenant synchronization (B2B), or script-driven reprovisioning rather than a true “lift‐and‐shift.”
Hope that helps! Let me know if you need more specifics on any of these steps.
Reference list
- Manage domain names (add custom domains, PowerShell/Graph): https://docs.microsoft.com/azure/active-directory/active-directory-domains-manage-azure-portal#use-powershell-or-graph-api-to-manage-domain-names
- Transfer an Azure subscription to a different Entra directory: https://docs.microsoft.com/azure/role-based-access-control/transfer-subscription
- Transfer ownership of an Azure subscription to another account: https://docs.microsoft.com/azure/billing/billing-subscription-transfer
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.