Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-java-sdk]

Windows Azure Java SDK provides quick integration support for Java platform with Microsoft's Azure services.

azure-java-sdk
0 votes
0 answers
12 views

Azure BlobContainerClient vs BlobContainerAsyncClient

I am just starting on code to download files from Azure blob using java SDK. while searching found two different clients for Blob. BlobContainerClient and BlobContainerAsyncClient. what's the ...
DAK's user avatar
  • 346
0 votes
2 answers
90 views

AccessDeniedHandler not called when using AadResourceServerHttpSecurityConfigurer

My application is a simple resource server — I am using AadResourceServerHttpSecurityConfigurer.aadResourceServer() to validate the given access token. The specific documentation I have followed can ...
Moody's user avatar
  • 833
2 votes
1 answer
85 views

Timeout error when reading large blobs in Azure container through Java SDK

I am trying to read the InputStream of a large blob from an Azure container and store it in another cloud storage of my own. For small files, it is working perfectly. But for large blobs (around 3GB), ...
Kumaran's user avatar
  • 49
0 votes
1 answer
60 views

Legacy JDK 8 project - Runtime error with Azure Java SDK

We want to integrate Azure Service bus Java SDk in a legacy project that has JDK 8. The project compiles fine, but spits out the following run time error: 'com/azure/spring/cloud/autoconfigure/...
Pavitar's user avatar
  • 4,334
0 votes
0 answers
75 views

Download blob to a path using azure blob java sdk with UTF-8 encoded file name

I have blobs in a folder location and sometimes the blob name has some Chinese characters in it. For example, I have blob name as 项目.xlsx. Currently I am using downloadToFile method where am trying to ...
anto clinton's user avatar
0 votes
1 answer
428 views

Having trouble implementing Microsoft Graph Java SDK to list licenses assigned to user

I'm currently working on integrating Microsoft Graph APIs into my Java application to retrieve license details for users in my Microsoft 365 tenant. I referred to the official Microsoft documentation ...
user25035467's user avatar
0 votes
0 answers
63 views

Unknown characters while reading PDF file from Azure Blobl Storage

I want to read PDF from azure blob storage and convert it into Base64 format. Following is the code that works fine with .txt file format but for .pdf file, it gives unknown characters which I ...
Akanksha_p's user avatar
  • 1,266
0 votes
1 answer
75 views

Nothing read from Azure Blob storage after downloading file in stream data

I'm fetching file from Azure blob storage with the following code but downloadedData is always empty string. I referred this MS document to read the file from the location. The file is not empty and ...
Akanksha_p's user avatar
  • 1,266
1 vote
1 answer
55 views

cosmos Change feed listener in java

I am implementing change feed listener in java. I don't want to use function App for it. Implementation is almost completed but it is not running and throwing error: leaseClient: content response on ...
Nitin Kumar's user avatar
0 votes
1 answer
159 views

How to avoid "PKIX path building failed" error while querying Kusto with Java SDK?

I'm using Java SDK for Kusto (Azure Data Explorer). <groupId>com.microsoft.azure.kusto</groupId> <artifactId>kusto-data</artifactId> <version>5.0.3</version> I'm ...
Shlomo Prayev's user avatar
0 votes
0 answers
28 views

Find Deprecated releases of all the azure resources for java sdk using python script or any other script

I have a specific use case in which I want to block all the pipelines in cicd in Azure DevOps which are using the resources of the deprecated releases or who have them in their pom.xml file I tried ...
Mayank Dhamaniya's user avatar
0 votes
1 answer
153 views

Azure blob API returns sure the value of Authorization header is formed correctly including the signature when uploading file to it

I am trying to use java SDK in order to connect to Azure Blob. On the method create if not exists I constantly get a general error. StorageCredentials storageCredentials = new ...
radurbalau's user avatar
-2 votes
1 answer
59 views

Is there any Java application code that is connecting to Azure Data Factory using Azure Java SDK?

I need to write a java application code using Azure Java SDK, to connect to Azure Data Factory to run the pipeline, to get the status of pipeline and to cancel the pipeline. I need a sample code for ...
Bangtan's user avatar
2 votes
0 answers
132 views

1.5 billion record insertion into cosmos db using java SDK

I have to insert around 1.5 billion records in cosmos db using Java SDK which is broken into batches of 7k documents. I have written the code which generates the data first in the loop then put it ...
Akanksha_p's user avatar
  • 1,266
0 votes
0 answers
141 views

Azure Event Hub Not Using All Partitions

I have written an app using Azure Java SDK which pushes data to Azure Event Hub. This app makes use of partitioning and I'm using the car (a single manufacturer) VINs as the partition key. As the ...
AAA's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
21