All Questions
2,650 questions
0
votes
1
answer
67
views
Cannot make Apache Java Cassandra Driver talk to Azure Cosmos
I have an existing application which uses Apache Cassandra, and I am attempting to check its compatibility with Azure Cosmos DB for Apache Cassandra
My application uses a recent 4.x version of the ...
0
votes
0
answers
24
views
Springboot + azure datalake connection: nested exception is java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking
I am trying to copy a file in the datalake from a path to another.
My previous code which is
public void enableFileSelected (String sourcePath, String destPath, String fileSystemName) throws ...
0
votes
0
answers
98
views
Unable to Connect to Azure Blob Storage from Java Using Managed Identity
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 ...
0
votes
0
answers
25
views
How to test Android app with Entra ID login (Espresso) and verify data saving on server?
I am developing an Android app that uses Microsoft Entra ID login for authentication.
After a successful login, the app fetches some user data and also allows saving additional data to the server.
I ...
0
votes
0
answers
65
views
How to configure the Maven multi module build to get a CodeCoverage report in Azure with jacoco
I have a Maven Multi-Module Build. This works fine in the Azure Build Pipeline. Now I try to add CodeCoverage Report. For that I added this to my azure-pipelines.yml
- task: PublishCodeCoverageResults@...
0
votes
1
answer
125
views
How to set proxy to create WorkspaceClient in Databricks using Java SDK
I am working on Azure Databricks Test Automation using Java. There are a number of Jobs and pipelines that are created in Azure Databricks to process data. I want to create WorkspaceClient for them ...
0
votes
2
answers
99
views
Read files from storage account in Spark - Without using keys - Azure
I am doing local development. Wish to run spark job locally on my desktop, and access files in storage account from my spark job.
I don't have an option to use SAS tokens or access-keys for my storage ...
1
vote
2
answers
108
views
Class BlockBlobClient declares multiple JSON fields named 'client' in Function App Blob Trigger
I'm trying to create a Function App to be triggered by blob storage events, and would like to retrieve the file metadata fields to use as parameters to file processing logic.
But when I declare @...
0
votes
1
answer
49
views
Spring Boot on Azure Service Fabric: Application Parameters not resolving in Environment Variables
I'm deploying a Spring Boot application to an Azure Service Fabric cluster (running locally). My goal is to pass Azure Key Vault access credentials (Tenant ID, Client ID, Client Secret, Key Vault URI) ...
0
votes
1
answer
126
views
I try to run an Azure pipeline to deploy a Java app with maven using self-hosted agent, but it says that agent doesn't see Java. How can I fix it?
I use self-hosted Azure agent and I'm currently trying to deploy a Java Spring Boot application to an Azure App Service.
I set Path so it provides a path to Java and maven. The agent still doesn't see ...
0
votes
1
answer
125
views
Azure Function with RabbitMQ: output multiple messages
I have an Azure Function made in Java, which is triggered by RabbitMQ messages on a specific queue.
My problem is that I need to output two different messages, one in the middle of the function's code ...
0
votes
1
answer
117
views
Spring boot application with powershell
I have developed a web application in spring boot that retrieves the membership details of Microsoft 365 Groups, Distribution Lists (DL), and Mail-Enabled Security Groups (MESG) when a user's email ...
1
vote
1
answer
105
views
401 code return when read mail by msal Credential Grant, the access token is correct and /users is success
I need read email from my hotmail account,my app is a daemon, so I use client secret mode to get tokens, yes, its success got token, and get /users is success also, however when i try to get /users/{...
1
vote
1
answer
73
views
Understanding Java version and azure-security-keyvault-secrets 4.2.6 affinity in Azure HDInsight Spark
Old and new Spark behave differently
The associated jar file specifies azure-security-keyvault-secrets_4.2.6
Does it work differently depending on the Java version?
The new Spark 3. It seems to hang ...
1
vote
1
answer
210
views
Unauthorized 401 when i access /user/{id}/messages through graph api within delegated mode
I have meet big problem about read mail from my outlook account, it takes me about serval days, however still failed, somebody can help me?
I am referring to this document:
https://learn.microsoft.com/...