A scalable, fully managed NoSQL database for JSON documents with fast queries and automatic indexing
The error message in the screenshot indicates a conflict because a networking/public access update operation on the Azure DocumentDB cluster is already in progress. While that operation is still running or stuck, any new attempt to change public access or networking settings will fail with this conflict error.
To move forward, use these steps:
- Verify whether any previous networking change is still being applied:
- In the Azure portal, open the DocumentDB cluster.
- Check the Overview blade for any ongoing operation or provisioning state (for example,
UpdatingorIn progress). - If the cluster is still updating, wait until the state returns to
Succeeded/Runningand then retry the networking change.
- If the cluster looks healthy but the error persists for a long time:
- Try refreshing the Networking blade and the entire resource in the portal.
- Avoid making multiple networking changes at once (for example, editing firewall rules and private endpoints simultaneously). Apply one change, wait for it to complete, then apply the next.
- Confirm public access and firewall configuration once the conflict clears:
- On the cluster page, go to Networking.
- Under Public access, ensure the desired option is selected:
- To allow access from specific IPs, add firewall rules with the correct start and end IPv4 addresses.
- Optionally, enable Allow Azure services and resources to access this cluster if access from other Azure services is required.
- Select Save and wait for the update to complete successfully.
- If the cluster remains stuck in an updating state or the conflict error continues even after waiting and refreshing, open a support ticket so the backend operation on the resource can be checked and cleared.
Once the networking update succeeds, connectivity to the cluster should follow the configured rules (public access, firewall IPs, or private endpoints) as described in the networking and connectivity guidance.
References: