Skip to content

Commit 9f8ff49

Browse files
authored
Correct NSG rules for DocumentDB connection troubleshooting
1 parent 81e9877 commit 9f8ff49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/documentdb/how-to-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ If you encounter connectivity issues, check the following:
289289

290290
**Connection timeouts or failures**
291291

292-
- Verify that Network Security Group (NSG) rules on the subnet allow outbound connectivity on port 27017 (MongoDB default port).
292+
- Verify that Network Security Group (NSG) rules on the subnet allow inbound connectivity on port 10260 (DocumentDB default port).
293293
- Confirm that the private endpoint's network interface has the correct private IP address assigned.
294294
- Check that the application or client is using the correct connection string format (`mongodb+srv`).
295295
- Ensure that firewall rules on the Azure DocumentDB cluster allow connections from the private endpoint.

0 commit comments

Comments
 (0)