【问题标题】:Azure blockchain workbench deployment errorAzure 区块链工作台部署错误
【发布时间】:2020-11-17 01:59:15
【问题描述】:

我使用免费版的 azure,在部署 azure 区块链工作台时返回以下错误:

{
"status": "Failed",
"error": {
    "code": "InvalidTemplateDeployment",
    "message": "The deployment of the 'myblockchain-M1-appBuilder' model is not valid according to the validation procedure. The tracking ID is 'xxxxx-xxxxx-xxxxxxx-xxxxxx'. Check for internal errors to get Details.",
    "details": [
        {
            "code": "ValidationForResourceFailed",
            "message": "Validation failed for a resource. Check 'Error.Details [0]' for more information.",
            "details": [
                {
                    "code": "SubscriptionIsOverQuotaForSku",
                    "message": "This region has quota of 0 PremiumV2 instances for your subscription. Try selecting different region or SKU."
                }
            ]
        }
    ]
}

}

【问题讨论】:

    标签: azure azure-blockchain-workbench


    【解决方案1】:

    由于错误提示“此区域的订阅配额为 0 个 PremiumV2 实例”,您似乎没有足够的配额。尝试选择不同的地区或 SKU,如果这能解决您的问题,请告诉我们。

    如文档中所述,Deploy Azure Blockchain Workbench Preview 为您的区块链网络选择首选存储性能和 VM 大小。如果您使用的是 Azure 免费套餐等服务限制较低的订阅,请选择较小的 VM 大小,例如 Standard DS1 v2。

    请注意,配额适用于每个资源组、订阅、帐户和其他范围。例如,您的订阅可能被配置为限制一个区域的核心数量。如果您尝试部署内核数量超过允许数量的资源,则会收到此类错误消息,指出已超出配额。

    您可以删除不再需要的现有资源,或者如果您想将限制或配额提高到默认限制以上,open an online customer support request at no charge

    希望这能解决您的问题。如果您有任何进一步的疑问,请告诉我。

    【讨论】:

      猜你喜欢
      • 2020-01-24
      • 2023-03-25
      • 1970-01-01
      • 2018-08-02
      • 1970-01-01
      • 2020-07-07
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多