【发布时间】:2021-02-11 03:13:50
【问题描述】:
将客户管理的密钥添加到全新的数据工厂失败并显示以下错误消息。当我尝试从 Azure 门户或 REST API (PUT https://management.azure.com/subscriptions/#####/resourceGroups/####/providers/Microsoft.DataFactory/factories/) 时出现同样的错误
我刚刚创建了数据工厂,它是空的。按照下面的链接 https://docs.microsoft.com/en-us/azure/data-factory/enable-customer-managed-key
{
"error": {
"code": "AddCMKToExistingFactoriesWithEntities",
"message": "Update factory failed. You cannot add CMK settings for factories with existing entities",
"target": null,
"details": null
}
}
【问题讨论】:
标签: azure azure-data-factory-2