Java library for CosmosDb + private endpoint support #12813
Labels
Client
This issue points to a problem in the data-plane of the library.
Cosmos
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-author-feedback
Workflow: More information is needed from author to address the issue.
no-recent-activity
There has been no recent activity on this issue.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Created a private endpoint for my CosmosDb storage account and trying to connect to the CosmosDb through it. I'm getting a ConnectTimeOutException..
If I try to connect to the CosmosDb account using the azure cli from the same machine, it works fine.
If I try to connect to the account using a service endpoint (instead of using a private endpoint), that works fine too.
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: