Nor*_*Rad 4 powershell json azure
我最近错误地部署到了 WestEurope,我删除了资源并认为我可以重新部署到 UKSouth,但是每当我尝试重新部署时都会收到以下错误:
- At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details. (Code: DeploymentFailed)
- {
"error": {
"code": "InvalidDeploymentLocation",
"message": "Invalid deployment location 'uk south'. The deployment already exists in location 'westeurope'."
}
} (Code:Conflict)
CorrelationId: 8c2a4cd6-4409-46c3-9b7c-544134f0f942
Run Code Online (Sandbox Code Playgroud)
主模板调用多个嵌套模板,我在尝试确定问题所在时遇到困难。我已经检查过,任何地方都没有启用软删除,而且资源也肯定已从 Azure 中删除。
帮助..
提前致谢 :)