简体   繁体   中英

Azure: move resources from one subscription to another with dependency

I have 5 VMS with public IP and ssh keys, also k8s cluster and registry to be migrated to other subscription.

Following https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-resource-group-and-subscription

However, publicIP and ssh keys cannot be moved and on removing selecting VMs are also not moving because they are dependent on IPs and others

As the quoted doc details, the resources you want to move must support the move operation first.

Although Virtual machines can be moved across Subscriptions (with some constraints ), other resources like AKS clusters , Standard Public IP resources and SSH Keys cannot.

Re-building or redeploying them in the other Subscription might be the only option here. Do note that automation options like ARM Templates , Azure PowerShell and Azure CLI might help ease the effort involved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM