Share via

Cannot move all resources to another subscription

Gary Powell-Jones 20 Reputation points
2026-02-13T09:05:53.1733333+00:00

I have 4 resources in a resource group
2 x app services
2 x app service plans

both app services have custom domains and certificates attached

I want to move all 4 items to a new subscription. Azure portal errors saying 'all resources in the resource group need to be move' - but this is what I'm trying to do

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Answer accepted by question author

Praneeth Maddali 10,460 Reputation points Microsoft External Staff Moderator
2026-02-13T10:27:39.6533333+00:00

Hi @Gary Powell-Jones

Thank you for sharing the validation details.

The error you’re encountering (ResourceMovePolicyValidationFailed with LinkedInvalidPropertyId on Microsoft.Web/certificates) is a known App Service limitation for cross‑subscription moves. If you have free App Service managed certificates, they cannot be moved, and validation fails because the certificate resource has an empty or invalid keyVaultId. Microsoft documents this limitation the recommended workaround.

Supported workaround:

  1. Remove HTTPS/SSL bindings from the web apps using the affected managed certificates.
  2. Delete the free App Service managed certificates.
  3. Retry moving the remaining App Service resources (apps and plans).
  4. After the move, recreate the managed certificates and rebind them to the custom domains.

References:

 Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.

If you have any other questions, let me know in the "comments" and I would be happy to help you

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most 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.