A scalable, fully managed NoSQL database for JSON documents with fast queries and automatic indexing
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:
- Review the Activity Log for any failed scale or provisioning operations.
- Check Resource Health for any platform-related issues.
- Verify the current provisioning state using Azure CLI:
az cosmosdb mongocluster show \ --resource-group <resource-group> \ --name <cluster-name> - 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.