You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please create this issue there ?
This repo is for V2 Cosmos Java Async SDK.
I think you have to enable TCP endpoints in your Cosmos DB Account to be able to connect to the account.
Please take a look at these performance tips for java SDK v4
I think you have to enable TCP endpoints in your Cosmos DB Account to be able to connect to the account.
Please take a look at these performance tips for java SDK v4
thanks for the pointer @kushagraThapar. I reviewed the link you provided and didn't find anything related to "enabling TCP endpoints on the CosmosDb account."
Can you share some more detail on this? eg: should this be done through the portal / CLI / CosmosDb client api?
Created a private endpoint for my CosmosDb storage account and try to connect to it. Getting a ConnectTimeOutException..
If I try to connect to the storage account using the
azure cli
from the same machine, it works fine.For context, I'm using the java library: com.azure:azure-cosmos:4.0.1-beta.1. Does the Java client support private endpoints yet?
The text was updated successfully, but these errors were encountered: