Azure / Azure/Azure-DataFactory

Update factory failed. You cannot add CMK settings for factories with existing entities

Open
#251 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
PowerShell
Stars
529
Forks
623
PR merge metrics
No merged PRs in 30d

Description

Adding Customer managed key to brand new Data factory failing with below error message. Same error when i tried from Azure Portal or REST API (PUT https://management.azure.com/subscriptions/#####/resourceGroups/####/providers/Microsoft.DataFactory/factories/ )

I just created Data factory and it is empty. Following below link https://docs.microsoft.com/en-us/azure/data-factory/enable-customer-managed-key. Please let me know how to resolve this issue

```
{
"error": {
"code": "AddCMKToExistingFactoriesWithEntities",
"message": "Update factory failed. You cannot add CMK settings for factories with existing entities",
"target": null,
"details": null
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.