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

All Questions

Tagged with
0 votes
0 answers
38 views

Unable to Connect to Azure SQL Server Database Using JDBC Driver in Android App

I'm developing an Android app and trying to connect to an Azure SQL Server database using the JDBC driver. I'm encountering a java.lang.AssertionError related to SSL/TLS communication. Below is the ...
SiikWoon's user avatar
0 votes
1 answer
46 views

Quarkus Azure File upload not working correctly

Im trying to upload an image through my backend to azure blob storage. However the image size is 0 when viewing in Microsoft Azure Storage explorer Uploading the image to my backend works as it should....
ManuelP's user avatar
  • 19
0 votes
0 answers
45 views

How to implement Azure openai in Java version 8 project

As I mentioned before, now I have trouble using spring-snapshot library in Java version 8 project. I think the reason is this library was launched after Java version 8. (Java version 8 was launched ...
Andy Wood's user avatar
0 votes
0 answers
79 views

How to use Library that works on Java version 17, in my Java version 8 project?

I can't use spring-snapshots library in my project. I'm going to develop simple chat function using Azure OpenAI and this is guide URL: https://learn.microsoft.com/en-us/azure/ai-services/openai/...
Andy Wood's user avatar
0 votes
1 answer
58 views

Title: Spring Boot API Endpoint Returning 404 Not Found for Registration Request (no databases)

I'm developing a web application deployed on Azure. The registration endpoint of my API is returning a 404 Not Found error when accessed from the frontend. The backend is set up to handle registration ...
Jens Dorrestijn's user avatar
0 votes
1 answer
63 views

How load bean property value from azure-key-vault

how load bean properties value from azure-key-vault using camel/springboot I can only load values from azure when it's inside the route. example: <bean id="shape1" class="shape&...
Abdelghani Tag's user avatar
0 votes
1 answer
301 views

Spring boot azure function : This function was programmatically called via the host APIs

I am trying to create a spring boot azure function using the following guide https://github.com/eggboy/springcloud-azurefunction/tree/springboot3 https://medium.com/microsoftazure/create-azure-...
Roshan Bogahapitiya's user avatar
0 votes
1 answer
87 views

How to get authorizationCode in MS Graph API 6.12

I'm using microsoft-graph:6.12.0 in my Android Java App. I'm struggling for searching files on onedrive. How can I get authorizsationCode for AuthorizationCodeCredentialBuilder. final ...
GGK stands for Ukraine's user avatar
0 votes
1 answer
127 views

Android java MSAL Error: Failed to acquire token with Interactive Browser Authentication

In my Anroid Java app, I would like to offer users the option of searching for and downloading their files from Onedrive. I use the Android Java example from official documentation. The example works, ...
GGK stands for Ukraine's user avatar
-1 votes
1 answer
67 views

Android MsalClientException BrowserTabActivity is missing

I'm struggling with the Onedrive integration in my Android JAVA app. What I did: I get the signature hash from my keystore 9..................4= I do the MSAL configuration via the Azure Portal and ...
GGK stands for Ukraine's user avatar
0 votes
1 answer
185 views

No qualifying bean of type 'org.springframework.core.task.TaskExecutor' available

When i run my Spring application i get NoUniqueBeanDefinitionException. The application afterwards works fine, but I'm worried it may cause unexpected errors in the future. Stacktrace: 16:49:18.003 [...
Ryu Kobayashi's user avatar
0 votes
1 answer
234 views

How to upload file to Azure OpenAI Serivce using Java?

I want to upload files to Azure OpenAI to ask question related to this file. I don't know what model I need to use to upload? Fine-tuning or something else? And How to upload it? Please help me.. ex: ...
Steve Nguyen's user avatar
0 votes
1 answer
100 views

Can the PhraseListGrammar be used with the IntentRecognizer in the Microsoft Speech SDK for Java?

I have a Java app that is doing speech recognition using the Speech SDK for Microsoft's Azure Speech Service. I am attempting to apply a phrase list onto an IntentRecognizer using the ...
junhao's user avatar
  • 3
0 votes
1 answer
46 views

Azure Functions: what are valid @BindingNames?

I have a trigger: public class BlobTriggerJava { @FunctionName("BlobTriggerJava") @StorageAccount("AZURE_STORAGE") public void run( @BlobTrigger(name = &...
stacktrace2234's user avatar
0 votes
1 answer
109 views

Angular Frontend and Springboot API Backend Azure hosting

I am currently designing an app with Angular Front-end and Springboot API services in backend, what is the most cost effective way to host this application in Azure Cloud? As far as I know, we can use ...
Dobidoo's user avatar
  • 572

15 30 50 per page
1
2 3 4 5
173