An Azure NoSQL database service for app development.
Hello @ViBenderest-3341
Azure Cosmos DB for MongoDB (vCore) does not support a direct move to another Azure Resource Manager region, since the Microsoft.DocumentDB/mongoClusters resource type lists Region move: No in Microsoft's resource move support matrix.
The fact that the cluster has been updating since August 16th suggests the update operation itself may be stuck at the service/backend level, so it would be advisable to avoid any further update or move operations while it remains in this state.
I suggest:
- Look at the Resource Health and Activity Log for the cluster and note the failed operation or correlation ID.
- Check the current state using the Azure CLI or REST API rather than relying solely on the portal.
- If the 'Updating' message continues to appear, open an Azure Support request for Cosmos DB for MongoDB (vCore) and include the resource ID, correlation ID, timestamp of the original operation, and that CPU consistently reaches 100%. Microsoft might then have to clear or investigate the backend operation.
- Once the cluster is stable, do not attempt to move an ARM region. If the requirement is West Europe, plan to migrate or replicate to a cluster in that region using a supported approach. Microsoft has specifically provided migration guidance for vCore-based Cosmos DB for MongoDB.
The 100% CPU usage should also be covered by the support package, since it could indicate a separate workload or capacity issue, or it might be related to the incomplete operation.
Sharing these references with you:
Azure resource move support – Microsoft.DocumentDB
Migrate to vCore-based Azure Cosmos DB for MongoDB
Please "Accept the Answer" if this information helped you. This will help us and others in the community.