azure portal将资源从一个rg移动到另一个rg:错误无法读取属性';回应';未定义的

azure portal将资源从一个rg移动到另一个rg:错误无法读取属性';回应';未定义的,azure,Azure,我正在尝试将azure资源从一个资源组移动到另一个资源组,并收到验证错误。但错误消息太混乱 { "message": "Cannot read property 'responseJSON' of undefined", "name": "TypeError", "stack": "TypeError: Cannot read property 'responseJSON' of undefined\n at c (https://portal.azure.com/AzureH

我正在尝试将azure资源从一个资源组移动到另一个资源组,并收到验证错误。但错误消息太混乱

{
  "message": "Cannot read property 'responseJSON' of undefined",
  "name": "TypeError",
  "stack": "TypeError: Cannot read property 'responseJSON' of undefined\n    at c (https://portal.azure.com/AzureHubs/Content/Dynamic/BelzPLa-5LK8.js:2:668)\n    at o (https://portal.azure.com/Content/Dynamic/uy7P2dwIDVkF.js:4:72)\n    at https://portal.azure.com/Content/Dynamic/uy7P2dwIDVkF.js:4:5594"
}

有关如何找出实际错误的任何建议?

请确保您使用的帐户在目标资源组和目标订阅中都具有权限。转到这两个设置的IAM设置,并确保用户已添加为所有者或管理员