【发布时间】:2020-05-11 10:04:41
【问题描述】:
我已将一些 Azure 资源从一个订阅转移到另一个订阅。为此,我需要在目标订阅中创建一个新的“传入”资源组。在成功将资源移动到“传入”后,我可以将它们移动到正确的资源组(Azure 在这种方式上有点奇怪,但可以接受)。现在我想删除“传入”资源组。在查看资源时,我看到一个 microsoft.web/certificates 类型的隐藏资源。尝试将这些移动到其他资源组时,我收到以下错误:
{
"code":"ResourceMoveValidationFailed",
"message":"The resource batch move request has '1' validation errors. Diagnostic information: timestamp '20200511T100227Z', tracking Id 'e0d6ac02-69a2-46d2-a61d-beb4303a6ce9', request correlation Id '532eb53d-6ad3-43f3-8a31-3e0319b70702'.",
"details":[
{
"code":"ResourceMoveNotSupported",
"message":"Resource move is not supported for resource types 'Microsoft.Web/certificates'."
}
]
}
删除此资源然后删除资源组是否安全?我在此类型的目标资源组中没有看到任何资源。
【问题讨论】:
标签: azure