azure - Resource move is not supported for resource types 'microsoft.visualstudioaccount' - Stack Overflow

admin2025-04-16  4

I wanted to move Azure DevOps organization from one resource group to another in the same subscription with no luck. I have tried to use the Azure Portal but when Validating I got this error as below:

{"message":"The resource batch move request has '1' validation errors. Diagnostic information: timestamp '20250204T043549Z', tracking Id '66ac357f-6113-4d95-94fa-***', request correlation Id '1d63a451-5a52-4fe8-9271-***'. (Code: ResourceMoveValidationFailed) Resource move is not supported for resource types 'microsoft.visualstudio/account'. (Code: ResourceMoveNotSupported, Target: /subscriptions/67a0a782-8d70-*****/resourceGroups/VisualStudioOnline-8D5009F982D3470584937***0/providers/microsoft.visualstudio/account/***-devops-main-apac-***)","code":"ResourceMoveValidationFailed","name":"***-4e30-4d7a-973a-ca8794bd701e","status":400}

Update: I have tried to use Azure CLI but with the same error respond.

az resource invoke-action --action validateMoveResources --ids "/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/VisualStudioOnline-***" --request-body '{ "resources": ["/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/VisualStudioOnline-***/providers/microsoft.visualstudio/account/***-devops-main-apac-101"], "targetResourceGroup": "/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/***-rg-main-sea-101" }' 

Anyone has faced the same issue here? Please any advice. Thank you in advance.

I wanted to move Azure DevOps organization from one resource group to another in the same subscription with no luck. I have tried to use the Azure Portal but when Validating I got this error as below:

{"message":"The resource batch move request has '1' validation errors. Diagnostic information: timestamp '20250204T043549Z', tracking Id '66ac357f-6113-4d95-94fa-***', request correlation Id '1d63a451-5a52-4fe8-9271-***'. (Code: ResourceMoveValidationFailed) Resource move is not supported for resource types 'microsoft.visualstudio/account'. (Code: ResourceMoveNotSupported, Target: /subscriptions/67a0a782-8d70-*****/resourceGroups/VisualStudioOnline-8D5009F982D3470584937***0/providers/microsoft.visualstudio/account/***-devops-main-apac-***)","code":"ResourceMoveValidationFailed","name":"***-4e30-4d7a-973a-ca8794bd701e","status":400}

Update: I have tried to use Azure CLI but with the same error respond.

az resource invoke-action --action validateMoveResources --ids "/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/VisualStudioOnline-***" --request-body '{ "resources": ["/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/VisualStudioOnline-***/providers/microsoft.visualstudio/account/***-devops-main-apac-101"], "targetResourceGroup": "/subscriptions/67a0a782-8d70-4bbd-a9d9-***/resourceGroups/***-rg-main-sea-101" }' 

Anyone has faced the same issue here? Please any advice. Thank you in advance.

Share Improve this question edited Feb 4 at 9:55 qkfang 1,7851 gold badge1 silver badge20 bronze badges asked Feb 4 at 4:39 Yohanes AIYohanes AI 3,6319 gold badges56 silver badges97 bronze badges 4
  • AFAIK, moving the Azure Devops Org is not posisble. – Harshitha Commented Feb 4 at 5:33
  • @Harshitha Then, How to make it under one resource group? – Yohanes AI Commented Feb 4 at 10:06
  • The resource group containing the Azure DevOps organization resource is generated by the operation to setup billing for an Azure DevOps organization. It has its own naming convention and cannot be moved between resource groups. Hope the information from the link in my answer below may resolve your concern in this post. Cheers. – Alvin Zhao Commented Feb 5 at 1:55
  • @AlvinZhao-MSFT thank you for the explanation. Really help. – Yohanes AI Commented Feb 5 at 4:16
Add a comment  | 

1 Answer 1

Reset to default 1

As outlined in this document on Billing FAQs - Azure DevOps | Microsoft Learn,

Q: Can I move between resource groups?

A: No, the organization resource is created in its own resource group with a predefined naming convention.

转载请注明原文地址:http://anycun.com/QandA/1744740311a86944.html