Hello ,
I think You're trying to move or access a resource (like a VM image) across subscriptions or tenants, but:
- The source subscription (
21xxxxx
) is under Tenant A (bxxxxx
), - The target subscription (
15xxxxx
) is under Tenant B, - Your current user has permissions on the resource, but not across both tenants,
- Azure blocks the operation due to Linked Authorization Failure.
How to Fix It
- Confirm Tenant and Subscription Ownership
- Go to the Azure Portal and check:
- Which Azure Active Directory (tenant) each subscription belongs to.
- You can do this under Subscriptions > [Your Subscription] > Properties.
- Which Azure Active Directory (tenant) each subscription belongs to.
- Ensure Both Subscriptions Are in the Same Tenant
Azure does not allow resource moves across tenants. You have two options:
Option A: Move the Subscription to the Same Tenant
If you control both subscriptions:
- Go to Azure Portal > Subscriptions > Transfer billing ownership.
- Or contact Microsoft Support to move the subscription to the same tenant.
Option B: Recreate the Resource in the Target Tenant
If you can’t move the subscription:
- Export the VM image (or resource),
- Recreate it in the target tenant/subscription manually.
- Grant Proper Permissions
If the subscriptions are in the same tenant:
- Ensure your user has Contributor or Owner role on both subscriptions.
- Also check Azure Resource Move policies under:
- Azure Policy > Assignments — look for any policies blocking resource moves.
Pls check and let us know if any further ques
Kindly accept
Thanks
Deepanshu