Skip to main content
0 votes
0 answers
88 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
97 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
622 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
544 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
244 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
647 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
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
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
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
1 answer
137 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
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

15 30 50 per page
1
2 3 4 5
21