Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
92 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
0 answers
99 views

I'm using Java & Spring Boot for an endpoint which sole purpose is to create, sign and issue JWT. The library used for creating JWTs is java-jwt. I have a problem creating a com.auth0.jwt....
Wrapper's user avatar
  • 942
0 votes
1 answer
71 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
2 answers
70 views

I'm trying to enumerate VMs of Azure for a certain Resource Group. On some tenants the SDK returns part of the VMs with zeroed fields (like computerName() == 'null'). Code sample: var ...
OGP's user avatar
  • 974
0 votes
1 answer
632 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
87 views

We've used azure ADL2 for some time, and the amount of memory it consumes is problematic, forcing us to use awkward and lower-performing techniques. In a discussion in this github issue, it was ...
Wheezil's user avatar
  • 3,527
0 votes
1 answer
546 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
245 views

I'm working with Microsoft Graph API to get users from my organisation. Here's what I have so far that fetches all users: TokenCredentialAuthProvider authProvider = new TokenCredentialAuthProvider( ...
Xiaozang's user avatar
0 votes
1 answer
649 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
1k views

I am trying to create an authentication method to autheticate to azure ad for adding an removal of users via my java code. I have a free tier account setup for the same. below is the method I used for ...
MI Haque's user avatar
0 votes
1 answer
322 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
0 votes
2 answers
333 views

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
397 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
1 answer
144 views

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

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
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
0 votes
1 answer
146 views

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

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
1 answer
251 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
1 answer
123 views

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
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
1 vote
0 answers
323 views

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
  • 25
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
767 views

I have a spring boot version, and applicationinsights-runtime-attach dependencies. Before main method, ApplicationInsights.attach() gets executed and the instrument key from json is getting picked but ...
Harshita Porwal's user avatar
0 votes
1 answer
613 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
1k views

Is something wrong with my pom.xml which could be causing GitHub actions to throw an error when trying to Restore Project Dependencies Using Mvn? I have a feeling there is some sort of compatibility ...
supermariowhan's user avatar
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
0 votes
1 answer
1k views

I have a requirement where I need to write Junit tests for the following piece of code. The issue I am unable to figure out how to create an actual dummy instance of Iterable<FeedResponse<T>&...
Shivayan Mukherjee'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
280 views

I am studying the azure java sdk and I did not find a wrapper method for az account get-access-token --resource api://xxxxx.microsoft.com/YYYY/ZZZZ This request works properly from windows batch but ...
aurelianr's user avatar
  • 551
0 votes
1 answer
386 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
218 views

Currently migrating my spring-boot app to use the latest compatibile version for JDK 8. I'm currently receiving this error when running the spring-boot-app ightsTelemetryAutoConfiguration': ...
SoulChill19's user avatar
0 votes
1 answer
307 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
78 views

I keep getting this when running mvn clean install [ERROR] Failed to execute goal on project tomtom: Could not resolve dependencies for project com.sample:tomtom:jar:1.0.0: Could not find artifact com....
Nesan Mano's user avatar
  • 2,188
0 votes
1 answer
944 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
76 views

Imagine the following pattern: execute(): The execute() method is called once and a reactor code scans the entire directory, does parse files and puts the result into a blocking queue. fetch(): The ...
Werner Daehn's user avatar
0 votes
1 answer
552 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
1 vote
1 answer
790 views

I am using Azure service bus with Java SDK. Currently not find any way where I can verify that connection is established or not. Is there any method or way where I can check connection is established ...
yogesh prajapati's user avatar
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
-1 votes
1 answer
814 views

I've Created HttpTrigger Azure Java Functions with ADMIN LEVEL Authorization: Reference Document Link: https://vincentlauzon.com/2017/12/04/azure-functions-http-authorization-levels/ For Invoking ...
Venkatesh's user avatar
0 votes
1 answer
611 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
2 votes
1 answer
2k views

I am trying to run azure function in local in intellij. While I run in local, I get this error in intellij : when I click on configure, I see that the path is set correctly. Now, I have tried ...
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
127 views

I've Created HttpTrigger Azure Java Functions, Function Name 1.ADMIN (ADMIN LEVEL Authherization) Above Function Having Admin Auth, Successfully Deployed to Function app and I've Updated _master Key ...
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
543 views

I have created a sample Azure HTTP Trigger Java Function using Visual Studio Code and Deployed it to Azure Function App. Now it is Working Fine in Postman without authorization Postman Basic Auth ...
Venkatesh's user avatar
0 votes
1 answer
459 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
0 votes
1 answer
884 views

I Have Azure HttpTrigger Java functions(get, Post) Those are Working Fine in Postman but, as per the Client Requirement I need To create swagger UI file for all those functions(Java) i am searching ...
Venkatesh's user avatar

1
2 3 4 5
7