Share via

Azure DocumentDB Mongo cluster stuck with 409 conflict: operation already in-progress

ASC-Solutions 0 Reputation points
2026-02-28T20:45:53.8366667+00:00

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.

Azure Cosmos DB
Azure Cosmos DB

An Azure NoSQL database service for app development.

{count} votes

1 answer

Sort by: Most helpful
  1. Andriy Bilous 12,091 Reputation points MVP Volunteer Moderator
    2026-02-28T21:34:10.5166667+00:00

    Hello ASC-Solutions

    Unfortunately For vCore/DocumentDB mongoClusters, there is no customer-exposed cancel/restart/redeploy button for stuck control-plane operations.
    Microsoft handles that internally and typically need backend intervention like support case to complete/cancel the pending update.

    Open an Azure Support request Severity A and include:

    Cluster Resource ID

    Region (West Europe)

    The operationId(s) from Activity Log

    Your correlationId(s) (including d2525188-…)

    Any Tracking id shown in the Activity Log statusMessage

    The support/engineering action you’re asking for is essentially: force-complete / cancel the in-progress operation and reconcile the cluster control-plane state so updates (like publicNetworkAccess=Enabled) can apply again.

    Fastest workaround if you need service back before the lock is fixed

    Create a Point-in-Time Restore into a new cluster and cut over your app to the new endpoint. Azure DocumentDB supports automatic backups and PITR, and the restore creates a new cluster networking settings need to be configured on the restored cluster

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.