Azure Resource Manager - How can I change the Resource Group of a Resource? Azure Resource Manager - How can I change the Resource Group of a Resource? azure azure

Azure Resource Manager - How can I change the Resource Group of a Resource?


It is now possible to do what you want in PowerShell, I believe. This blog post provides an overview of how to do it: http://blog.kloud.com.au/2015/03/24/moving-resources-between-azure-resource-groups/

The features are available as of Azure PowerShell cmdlets v0.8.15.1, I believe.


Right now Azure Resource Manager doesn't support moving resources from one group to another. There is also no storage support yet for Azure Resource Manager.

Migration is an important scenario and we're working on to get the experience better.

Guang Yang | PM | Azure


You can move resources by:
- Navigating to the Resource Group you wish to move resources out of
- Click "Move" at the top
- Select the resources you want to move
- Select the new group to move them into