Skip to content

Commit a077cf0

Browse files
committed
Update troubleshoot-common-issues.md
1 parent f01ed27 commit a077cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/troubleshoot-common-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ For Socket/Network-related exceptions, potential network connectivity issues mig
3535

3636
To check connectivity, follow these steps:
3737
```
38-
nc -v <accountName>.documents.azure.com 10250
38+
nc -v <accountName>.mongocluster.cosmos.azure.com 10260
3939
```
40-
If TCP connect to port 10250/10255 fails, an environment firewall may be blocking the Azure Cosmos DB connection. Kindly scroll down to the page's bottom to submit a support ticket.
40+
If TCP connect to port 10260 fails, an environment firewall may be blocking the Azure Cosmos DB connection. Kindly scroll down to the page's bottom to submit a support ticket.
4141

4242

4343

0 commit comments

Comments
 (0)