Hi,
I have an Azure DocumentDB (MongoDB compatibility) cluster that appears to be stuck in a failed control-plane state, and I can no longer restore connectivity.
Resource details
- Cluster name:
lightreportapprisk
Resource type: Microsoft.DocumentDB/mongoClusters
Resource group: RG-Lightreport-MongoDB
Region: West Europe
Current state
clusterStatus: UpdateFailed
provisioningState: Failed
publicNetworkAccess: Disabled
Impact
My production application and server can no longer connect to the cluster.
Re-enabling public access from the Azure Portal fails.
Re-enabling public access via Azure CLI and ARM PATCH also fails with: 409 Conflict - An operation on resource lightreportapprisk is already in-progress.
Activity Log The first stuck operation I found is:
Operation: Create or Update Mongo Cluster
Time: 2026-02-28T16:15:45Z
Correlation ID: [CORRELATION ID REMOVED]
Since that moment, every later update attempt returns the same conflict / already in-progress error.
What I already checked
The cluster resource still exists.
Firewall rules are present.
The cluster shows publicNetworkAccess: Disabled.
Portal, CLI, and direct ARM update attempts all fail because Azure reports another operation is already in progress.
My question How can I get this stuck operation cleared, or get the cluster back into a manageable state so public access can be restored?
If needed, I can also provide the full CLI output and additional correlation IDs from the Activity Log.
Thanks.Hi,
I have an Azure DocumentDB (MongoDB compatibility) cluster that appears to be stuck in a failed control-plane state, and I can no longer restore connectivity.
Resource details
Cluster name: lightreportapprisk
Resource type: Microsoft.DocumentDB/mongoClusters
Resource group: RG-Lightreport-MongoDB
Region: West Europe
Current state
clusterStatus: UpdateFailed
provisioningState: Failed
publicNetworkAccess: Disabled
Impact
My production application and server can no longer connect to the cluster.
Re-enabling public access from the Azure Portal fails.
Re-enabling public access via Azure CLI and ARM PATCH also fails with:
409 Conflict - An operation on resource lightreportapprisk is already in-progress.
Activity Log
The first stuck operation I found is:
Operation: Create or Update Mongo Cluster
Time: 2026-02-28T16:15:45Z
Correlation ID: [CORRELATION ID REMOVED]
Since that moment, every later update attempt returns the same conflict / already in-progress error.
What I already checked
The cluster resource still exists.
Firewall rules are present.
The cluster shows publicNetworkAccess: Disabled.
Portal, CLI, and direct ARM update attempts all fail because Azure reports another operation is already in progress.
My question
How can I get this stuck operation cleared, or get the cluster back into a manageable state so public access can be restored?
If needed, I can also provide the full CLI output and additional correlation IDs from the Activity Log.
Thanks.