Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
888 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
283 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
327 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
770 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
556 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,372
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
170 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
315 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,846
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
348 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
217 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
460 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

15 30 50 per page