This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
Public CosmosClient documentation should have the notes/remarks that the returned reference doesn't guarantee the credentials or connectivity validation because creation/initialization doesn't make any network calls.
Is your feature request related to a problem? Please describe.
While working with cosmos dB java sdk, I faced an issue where I was trying to setup, Unique Key using @CosmosUniqueKey and @CosmosUniqueKeyPolicy annotations, but struggled for quite a while later i saw while searching over GitHub that i...
Background
We are using service bus binder which pushes message to Azure service bus topics. The app is running in a K8s environment.
spring-cloud-azure-stream-binder-servicebus - 4.4.1
Spring boot -2.7.7
There are unknown situation where the connectivity for the app and azure-service-bus is lost, r...
I'm trying to send message to topic in a transaction. It worked for 100 message if I try to publish more than 100 message it is not able publish. Find my code ref
`ServiceBusClientBuilder builder = new ServiceBusClientBuilder() .enableCrossEntityTransactions()
.connectionString(connectionString);
S...
We've had several customer reports of occasional thread stuck when using mgmt SDK.
Need to investigate on each one and maybe there's a shared root cause.
#33056
#33829
IcM, timeout exception: https://portal.microsofticm.com/imp/v3/incidents/details/391847100/home
Tooling team reported thread stuck...