An Azure NoSQL database service for app development.
Thank you for your detailed troubleshooting so far, this is very helpful.
From the results you shared:
- DNS resolution is working correctly and resolving to the private endpoint IP
- However, TCP connectivity to port 10260 is timing out
This combination generally indicates that the issue is not with Cosmos DB or the private endpoint itself, but rather with network connectivity in the path between your application and the private endpoint.
In Azure Cosmos DB for MongoDB vCore, if DNS resolves successfully but TCP connection fails, it typically means the traffic is being blocked by network controls such as:
- Network Security Groups (NSGs)
- Route tables (UDRs)
- Firewall or appliance in the VNet (e.g., NVA, proxy)
- Subnet-level restrictions or outbound rules from the App Service integration subnet
Recommended next step: Please work with your networking/IT team to verify that outbound traffic from the App Service subnet to the private endpoint IP on port 10260 is fully allowed, and that there are no blocking rules in NSG/UDR/firewall along the path.
If needed, tools like Test-NetConnection, psping, or telnet can help confirm whether the port is reachable from within the VNet.
Please let us know if you have any questions or concerns.