I was facing an issue when tried to create and deploy a new AAD DS instance. I got the following error:
{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "RequestConflict",
"message": "Cannot modify resource with id '/subscriptions/XXX/resourceGroups/ADDS-resource-group/providers/Microsoft.AAD/domainServices/whatever.onmicrosoft.com' because the resource entity provisioning state is not terminal. Please wait for the provisioning state to become terminal and then retry the request."
}
]
}
I tried to redo the process multiple times without any success. Does anyone know, what might be the root cause, and how to fix it?
I am wondering if my subscription plan is too basic for AAD-DS?