{
  "id": "elasticsearch/repository-azure-invalid-container",
  "signature": "RepositoryVerificationException: [my_azure_repo] verification failed: blob container [my-container] does not exist",
  "signature_zh": "仓库验证异常：[my_azure_repo] 验证失败：blob容器[my-container]不存在",
  "regex": "RepositoryVerificationException: \\[.*\\] verification failed: blob container \\[.*\\] does not exist",
  "domain": "elasticsearch",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The Azure Blob Storage container specified in the snapshot repository settings does not exist or the storage account name is incorrect.",
  "root_cause_type": "generic",
  "root_cause_zh": "快照仓库设置中指定的Azure Blob存储容器不存在或存储账户名称错误。",
  "versions": [
    {
      "version": "7.17.10",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "8.10.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "8.13.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The container must already exist in Azure Blob Storage; Elasticsearch does not create containers automatically",
      "fail_rate": 0.95,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "The authentication may succeed but the container still does not exist, causing the same verification failure",
      "fail_rate": 0.85,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "Create the Azure Blob Storage container using Azure CLI: az storage container create --name my-container --account-name myaccount, then re-register the repository: PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"my-container\", \"account\": \"myaccount\" } }",
      "success_rate": 0.95,
      "how": "Create the Azure Blob Storage container using Azure CLI: az storage container create --name my-container --account-name myaccount, then re-register the repository: PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"my-container\", \"account\": \"myaccount\" } }",
      "condition": "",
      "sources": []
    },
    {
      "action": "Verify the container exists and correct the repository settings: GET _snapshot/my_azure_repo, then update with PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"correct-container\" } }",
      "success_rate": 0.9,
      "how": "Verify the container exists and correct the repository settings: GET _snapshot/my_azure_repo, then update with PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"correct-container\" } }",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "使用Azure CLI创建Blob容器：az storage container create --name my-container --account-name myaccount，然后重新注册仓库：PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"my-container\", \"account\": \"myaccount\" } }",
    "验证容器是否存在并更正仓库设置：GET _snapshot/my_azure_repo，然后用PUT _snapshot/my_azure_repo { \"type\": \"azure\", \"settings\": { \"container\": \"correct-container\" } }更新"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://www.elastic.co/guide/en/elasticsearch/plugins/current/repository-azure.html",
  "official_doc_section": null,
  "error_code": null,
  "verification_tier": "ai_generated",
  "confidence": 0.9,
  "fix_success_rate": 0.95,
  "resolvable": "true",
  "first_seen": "2024-01-05",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}