Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
855 views

So, I want to have fields A, B, and C be searchable so that if I look search up some string "potato", it will look for that word in fields A, B, and C. To do that, I created an index in ...
ban_ana's user avatar
  • 53
0 votes
1 answer
260 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
0 votes
1 answer
321 views

I'm trying to create an Alert Processing Rule using the Azure Monitor SDK in Java, but I'm having trouble finding the right approach. I want to programmatically create an Alert Processing Rule I have ...
lpdevlop's user avatar
1 vote
2 answers
760 views

I trying to create and deploy my small Java Spring application to Azure Spring Apps. With that I using Intellij Idea with Azure Plugin and/or maven azure-spring-apps-maven-plugin. With Idea I can't ...
Likrant's user avatar
  • 21
0 votes
1 answer
528 views

Is there anyway to select a tenant that is not default when I log in via Azure Toolkit for IntelliJ ? Once I sign in, there seems to be no way to change the tenant. How do I do that ? It says this has ...
ng.newbie's user avatar
  • 3,332
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
160 views

I'm using the com.microsoft.azure.azurefunctions.gradle.plugin in version 1.11.0 in my project and can run it successfully locally when running "gradlew clean azureFunctionsRun". My issue is,...
Lesrac's user avatar
  • 105
0 votes
1 answer
310 views

I have a springboot webapp that i want to deploy to Azure. The app is springboot jar. I have been able to use azurewebapp plug in to achieve this but it is using OAUTH2 which limits integrating this ...
Em Ae's user avatar
  • 8,834
0 votes
1 answer
1k views

I used the following code to send some sample binary messages to a service bus from an Azure function, but on the service bus I always receive a message with the content "System.Byte[]" and ...
user1610362's user avatar
2 votes
1 answer
344 views

I am using AzureResourceManager(java). I am able to start/stop Functions by following. FunctionApp app = azureResourceManager.functionApps().getById(id); app.start(); FunctionApp app = ...
Thunderbird's user avatar
2 votes
1 answer
1k views

This question asks how to get event header data into the Function and the accepted answer says that there is a way. How about the other side - is it possible to output events with header data? In the ...
lbilger's user avatar
  • 334
0 votes
1 answer
1k views

Azure functions with C# provides a way to run the TimerTrigger at starts up time with RunOnStartup parameter as follows. [FunctionName("TimeTrigger_Startup")] public async Task Migrations([...
Paramesh Korrakuti's user avatar
0 votes
1 answer
212 views

Im pretty new to the Azure cloud world, so kinldy bare with my question. I have the following requirements, Fetch the azure vm name Start and Stop this application from another application in the ...
java_4_life's user avatar
0 votes
1 answer
451 views

I am currently working in the Azure function app in java. Here is the scenario: The function app is EventHubTriggered Function app calls the endpoint (HTTPUrlConnection) It gets the response back ...
Jasmine's user avatar
  • 165
1 vote
0 answers
1k views

I enabled the Application Insights agent for my Java Function App as described at How to enable distributed tracing for Java Function apps? XDT_MicrosoftApplicationInsights_Java="1" ...
sschmeck's user avatar
  • 7,803
1 vote
2 answers
663 views

I use the maven-plugin-for-azure-functions to create a Java Function App with a custom Trigger Binding. The custom trigger is created by another .Net project and publishs its artifacts via an Azure ...
sschmeck's user avatar
  • 7,803
2 votes
1 answer
518 views

New to Azure App Service, following https://learn.microsoft.com/en-us/azure/app-service/quickstart-java?tabs=javase&pivots=platform-linux, I am trying to experiment to deploy WebGoat to Azure App, ...
sqr's user avatar
  • 427
0 votes
1 answer
398 views

when running: mvn com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config I end up with [ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.14.0:config (default-cli) on ...
kenny's user avatar
  • 1,266
1 vote
1 answer
90 views

Azure Toolkit for Eclipse: v.3.25.0 Eclipse: Eclipse IDE for Enterprise Java Developers JDK: 16 After I managed to install the package, the buttons are shown in the up menu but none of them seem to ...
IonutDH's user avatar
  • 11
0 votes
1 answer
249 views

mvn azure-functions:deploy fails with this wired error. Can you help me decipher the error. [ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.10.0:deploy (default-cli)...
Gul's user avatar
  • 21
1 vote
1 answer
984 views

I have 2 Azure accounts both have subscription which I can see via portal.azure.com but when I login via the plugin on Intellij it claims I have no subscriptions which is blocking my use of the ...
Ant's user avatar
  • 131
0 votes
1 answer
4k views

I am getting the next issue after running: $ mvn azure-functions:deploy [ERROR] Failed to execute goal com.microsoft.azure:azure-functions-maven-plugin:1.9.0:deploy (default-cli) on project helidon-...
ravenskater's user avatar
0 votes
1 answer
337 views

I'm trying the QuickStart to running A Spring Boot in Azure Spring Cloud https://learn.microsoft.com/en-us/azure/spring-cloud/spring-cloud-quickstart?tabs=IntelliJ&pivots=programming-language-java ...
user2395365's user avatar
  • 2,199
3 votes
1 answer
3k views

I have an Azure Function implemented with azure-functions-java-library that receives events from one EventHub and I'm using @EventHubTrigger, the problem is that I need the header data from an event ...
javo's user avatar
  • 43
0 votes
1 answer
555 views

I am creating an Azure VM running Linux programmatically via azure java sdk and I am looking to encrypt the drives. OS drives provide a nifty .withOSDiskEncryptionSettings method. But I am not seeing ...
Tim Zhukov-Khovanskiy's user avatar
0 votes
0 answers
2k views

I am trying to call a back-end API from Java Client which uses SSL authentication. For .Net there is a snippet available on how to achieve this on MS documentation, but don't have any for Java. I ...
AhmedVali's user avatar
  • 195
1 vote
3 answers
1k views

I am tring to deploy Spring boot application in Azure and I followed exact steps as mentoned in microsoft official document https://learn.microsoft.com/en-us/azure/java/spring-framework/deploy-spring-...
Shashank Hegde's user avatar
0 votes
1 answer
1k views

Tell me please, how can I get all options for instance on Azure using Java ? For example, I mean all VM parameters: name, instance type, launch time and etc. So that I can use them in my code and get ...
Kirill Sereda's user avatar
0 votes
1 answer
482 views

I am using the Azure toolkit for intelliJ to deploy my Web App on azure. However, official sign in guidance do not cover national cloud like Mooncake (Azure for China). Any existing workaround on that?...
Jun Han's user avatar
  • 13.8k