Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
84 views

I am trying to connect to an Azure Blob Storage account from my VM using Managed Identity in Java. Below is the code I have implemented to establish the connection. I have made all the required ...
Venkatesh's user avatar
0 votes
1 answer
65 views

I am struggling to implement something and am hoping to get some guidance here. We are switching to ASB and need to fit our incoming message processing into an existing framework. Our requirements are ...
Marnee's user avatar
  • 706
0 votes
1 answer
618 views

We are using the Azure java SDK to connect to ADL2 storage, and occasionally get an error like "connection timed out after 10000 ms". But I don't understand where that 10000ms timeout comes ...
Wheezil's user avatar
  • 3,527
0 votes
1 answer
543 views

I am using azure-storage-blob Java SDK version 12.8.0 with SpringBoot 2.x, and I would like to do multipart-uploads from local storage to Azure blob container, it worked well when specifying the ...
Corey's user avatar
  • 1,412
0 votes
1 answer
646 views

How do I disable logging on OkHttp okhttp3.internal.platform.Platform class, coming from OkHttpLoggingInterceptor ? I get log messages , that I am unable to turn off from config in host.json . They ...
djangofan's user avatar
  • 29.9k
0 votes
1 answer
319 views

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
  • 362
2 votes
1 answer
393 views

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
  • 47
0 votes
0 answers
234 views

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
0 answers
87 views

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,366
1 vote
1 answer
207 views

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
244 views

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
0 answers
199 views

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,366
0 votes
2 answers
1k views

Having trouble downloading a certificate from Azure KeyVault as a .PFX using the Java SDK. After the download, the cert is not openable like the original HEX-encoded .PFX file is , before I uploaded ...
djangofan's user avatar
  • 29.9k
0 votes
1 answer
606 views

Example I am following: https://github.com/Azure/azure-sdk-for-java/blob/azure-ai-openai_1.0.0-beta.5/sdk/openai/azure-ai-openai/src/samples/java/com/azure/ai/openai/ChatCompletionsWithYourData.java ...
solujic's user avatar
  • 1,055
0 votes
1 answer
115 views

I want to migrate data between 2 Azure Data Explorer Clusters with filter on the source cluster. I'm creating Copy job on Azure Data Factory for automate and orchestrate it. I'm using the Java SDK in ...
Shlomo Prayev's user avatar
2 votes
1 answer
1k views

For our application we had to write a custom OIDCUserService and OIDCUser objects as well as customize Azure's AAD Security Config with Spring. Here is the code for Spring Boot 2.6 that works. @...
bytor99999's user avatar
  • 1,019
0 votes
1 answer
384 views

I want to control the timeout, connection retries number and the delay duration between the retries when the connection to the Azure NetworkManager failed. Here is how I connect to Azure: private void ...
Lior Elayev's user avatar
0 votes
1 answer
306 views

Like the title suggests, I've spent some time reading sdk documents and testing but had no luck so far finding a method under AzureResourceManager.virtualMachine would allow me to explicitly set the ...
kanade96's user avatar
0 votes
1 answer
943 views

When using the ServicebusSessionReceiverAsyncClient to receive a single message from a Service Bus Queue, an IllegalStateException is thrown. The message mentions trying to add credits to an already ...
LPal's user avatar
  • 89
0 votes
1 answer
545 views

Our Application is running inside AKS, and using System assigned Managed Identity, we want app running in AKS to access excel files present in Azure Storage blob using Java. We added Role of Storage ...
Sriram G's user avatar
  • 301
0 votes
1 answer
1k views

I have created Anonymous HttpTrigger function using java and Deployed to Function App package com.function; import com.microsoft.azure.functions.ExecutionContext; import com.microsoft.azure....
Venkatesh's user avatar
0 votes
1 answer
610 views

Please help me to find out the documentation on how to use java MASL SDK to get access_token for a service principal. I am looking to find the documentation or GIT links which can guide me how to use ...
Onki's user avatar
  • 2,115
0 votes
1 answer
3k views

I've Created Http Trigger Azure Java Functions, Function Name 1.FUNCTION (FUNCTION LEVEL Authorization) ,,, package com.function; import com.microsoft.azure.functions.ExecutionContext; import com....
Venkatesh's user avatar
0 votes
1 answer
2k views

I have a following folder structure in the azure blob storage: -MainFolder -subFolder1 -foo1.json -foo2.json -subFolder2 -foo1.json -foo3.json -...
user avatar
0 votes
1 answer
454 views

I have Azure Http trigger java Functions works for copy files from one container to another container, generate Sas token etc by using BlobServiceClient java class... These functions i created without ...
Venkatesh's user avatar

1
2 3 4 5
7