Can we write Azure Webjobs with Queue Triggered with JAVA -


can write azure webjobs queue triggered jobs on java, tried search lot , found .net related code example (https://azure.microsoft.com/en-in/documentation/articles/websites-dotnet-webjobs-sdk-storage-queues-how-to/)

if yes can 1 direct me resources.

note: able run webjob in java triggered schedule, had create executable jar , create batch file runs jar , zip 2 files (bat , jar).

while don't have plans add java support directly core webjobs sdk, have tracking item here java support in azure functions. feel free chime in on issue.

all work we're doing cross language being done in azure functions, builds on webjobs sdk foundation. azure functions supports queuetrigger (and other triggers) c#, node.js, powershell, php, python, bat, bash.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -