我正在尝试按照Franky's Notes中的说明进行操作,请参阅底部的视频。
有使用Azure Resource Group Deployment task的步骤。
我遇到名字冲突。错误消息也可能有错误。这是错误:
2019-08-11T23:52:02.0279313Z ##[error]The resource 'mydemoprojectname' already exists in location 'westus' in resource group 'mydemoprojectname'. A resource with the same name cannot be created in location 'centralus'. Please select a new resource name.
2019-08-11T23:52:02.0284558Z ##[error]Task failed while creating or updating the template deployment.
问题1:错误显示“ 请选择一个新的资源名称。”。没有字段要求输入“ 资源名称”。
问题2:日志不代表请求。
确实,mydemoprojectname
存在于资源组mydemoprojectname
中的位置“ westus”中。我不尝试在位置centralus
中创建资源。我正在尝试在“ westus”中“创建或更新”资源。
在 Azure部署:创建或更新资源组操作中的哪里设置“ 资源名称”?
答案 0 :(得分:1)
问题1:错误显示“请选择一个新的资源名称”。那里 没有要求输入“资源名称”的字段。
对于这个问题,我认为目前不支持对资源进行重命名。已经有用户对资源进行重命名。您可以在此处为此功能投票:https://feedback.azure.com/forums/281804-azure-resource-manager/suggestions/19048513-rename-resources-in-azure-resource-manager-or-powe
##[error]The resource 'mydemoprojectname' already exists in location 'westus' in resource group 'mydemoprojectname'. A resource with the same name cannot be created in location 'centralus'. Please select a new resource name.