Azure DocumentDB cluster stuck in Updating and unreachable for more than 4 hours

Yanbin Gao 20 Reputation points
2026-08-31T20:21:20.6166667+00:00

The production Azure DocumentDB MongoDB vCore cluster was working on M10. Immediately after scaling from M10 to M20, MongoDB connectivity stopped. DNS/SRV resolution works, public access is enabled, firewall is 0.0.0.0/0, there are no private endpoints, but TCP connection to the resolved MongoDB endpoint on port 10260 times out from both an external Mac and an Azure App Service. I then attempted to scale back from M20 to M10, and the cluster has now remained in Updating for over 4 hours.

Azure DocumentDB
Azure DocumentDB

A scalable, fully managed NoSQL database for JSON documents with fast queries and automatic indexing


Answer accepted by question author
Himaja Y 375 Reputation points Microsoft External Staff Moderator
2026-09-01T12:16:25.2566667+00:00

Hi @Yanbin Gao ,

Thank you for reaching out to the Microsoft Q&A forum. 

Based on your description, this appears to be related to the scaling operation rather than a networking configuration issue.

Since:

  • The cluster was working normally on M10
  • Connectivity stopped immediately after scaling to M20
  • DNS/SRV resolution is successful
  • Public access is enabled and firewall rules allow all IPs
  • The issue occurs from both external clients and Azure services
  • The cluster has been stuck in Updating for more than 4 hours

This suggests the cluster may be stuck in an intermediate provisioning state after the scale operation. Similar Azure Cosmos DB cases have required backend investigation when resources remain in an Updating state indefinitely.

Recommended checks:

  1. Review the Activity Log for any failed scale or provisioning operations.
  2. Check Resource Health for any platform-related issues.
  3. Verify the current provisioning state using Azure CLI:
       az cosmosdb mongocluster show \
        --resource-group <resource-group> \
        --name <cluster-name>
    
  4. Avoid initiating additional scale operations while the cluster remains in the Updating state.

If the cluster continues to be unavailable, could you please share the requested details via private chat to help us investigate this issue further? 

And also, please share the Approximate time when the scale operation started,cluster region and any Activity Log errors if available, and we can assist further.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

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.