BringOwnFeatureNotEnabled 错误代码在 Azure 中意味着什么

What does BringOwnFeatureNotEnabled error code means in Azure

我正在尝试通过 ARM 创建表单识别器。我在传递 Key Vault 详细信息以使用客户管理的密钥进行加密时遇到此错误。我仅在附加密钥保管库详细信息时收到此错误。甚至 Azure 门户也显示此错误。谁能解释一下这是什么意思。

"error": {
    "code": "InvalidTemplateDeployment",
    "message": "The template deployment 'TestFormRecognizerdeployment' is not valid
 according to the validation procedure. The tracking id is '367569de-8774-4ef9-a158
-a82132f19e0d'. See inner errors for details.",
    "details": [
      {
        "code": "BringOwnFeatureNotEnabled",
        "message": "Bring your own feature is not enabled for Subscription/SKU/Kind
."
      }
    ]
  }

据我了解,您正在尝试使用 客户管理的密钥。在使用它之前,您必须在此处填写申请表:

Cognitive Services Customer Managed Keys and Bring Your Own Storage access request

一旦获得批准(通常需要大约 5 个工作日)。批准后,负责客户管理密钥的功能将在订阅中 activated/enabled。您应该能够通过提到的错误。