首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >找不到Azure site recovery fabric注册

找不到Azure site recovery fabric注册
EN

Stack Overflow用户
提问于 2021-03-03 08:58:30
回答 1查看 110关注 0票数 1

我正在尝试创建1个VM azure site recovery配置,并使用来自https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/site_recovery_replicated_vm的示例terraform代码。

代码语言:javascript
复制
provider "azurerm" {
  version = ">= 2.49.0"
  features {
    
  }
}

Once deployment reached to site fabric configuration i am getting below error:

Error: Error checking for presence of existing site recovery fabric dplprimary-fabric (vault dlp01example-recovery-vault): siterecovery.ReplicationFabricsClient#Get: Failure responding to request: StatusCode=404 -- Original Error: autorest/azure: Service returned an error. Status=404 Code="NotFound" Message="Fabric with name dplprimary-fabric could not be located." Details=[{"activityId":"","clientRequestId":"","code":"FabricArmEntityMissing","message":"Fabric with name dplprimary-fabric could not be located.","possibleCauses":"The fabric might have been unregistered from the Microsoft Azure Site Recovery vault.","recommendedAction":"Retry the operation with a valid site."}]

  on main.tf line 218, in resource "azurerm_site_recovery_fabric" "primary":
 218: resource "azurerm_site_recovery_fabric" "primary" {
EN

回答 1

Stack Overflow用户

发布于 2021-04-29 20:31:51

此问题已在2.46版的azurerm提供程序中引入,并已由pull request 11130修复。将您的提供程序更新到>= 2.54版本,一切都应该正常工作

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66449260

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档