python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
which dependency is overriding version of a transitive dependency (Maven)
I'm using the below dependency:
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.4.3</version>
</dependen...
Kyle
Votes: 0
Answers: 1
Cosmosdb spring boot sdk setting x-ms-max-item-count
How can I set x-ms-max-item-count from java sdk?
is there an option to set page size to retrieve documents? currently it is limited to 100, i would like to increase it to 1000? how can i do it through...
DarthVader
Votes: 0
Answers: 1
How to move file from one file share to another file share in same azure storage account using Java azure sdk libraries
my application read a file from azure file share. Once file processed, I want to move that file to another file share. How can do this using azure storage file share libraries. Both file shares are in...
VKR
Votes: 0
Answers: 1
KeyVaultClient and KeyVaultCredentials not present in new SDKs
We were using KeyVaultClient and KeyVaultCredentials classes as provided in the SDK -
com.microsoft.azure
azure-keyvault
Recently got a warning that this library is deprecated and is divided into 3 li...
adeveloper
Votes: 0
Answers: 1