I’m currently using Azure Resource Mover to migrate a VM instance to a new subscription, but I'm unable to proceed due to the following issues:
Example:
When I try to move a VM instance, I receive a Validation Failed error with the following message:
(Code: ResourceMoveProviderValidationFailed)
The move resources request does not contain all the dependent resources.
Please check details for missing resource Ids.
(Code: MissingMoveDependentResources, Target: Microsoft.Network/networkInterfaces)
/subscriptions/[MY-SUBSCRIPTION-ID]/resourceGroups/[MY-COMPANY-NAME]/providers/Microsoft.Network/publicIPAddresses/ip
So I added the public IP to the move group and tried validating again, but then I received a different error:
(Code: CannotMoveResource, Target: Microsoft.Network/networkInterfaces)
Move for resource type publicIPAddresses is not supported.
Move request contains resource /subscriptions/[MY-SUBSCRIPTION-ID]/resourceGroups/[MY-COMPANY-NAME]/providers/Microsoft.Network/publicIPAddresses/ip of that type.
Because of this, I’m unable to proceed with the migration. What is the recommended solution in this case?