Skip to content

Quick sample to configure a java webjob with parameters

Notifications You must be signed in to change notification settings

egachi/azure-webjobs-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-webjobs-java

Quick sample to configure a java webjob with parameters


In this example you can create a run.bat with the following syntax and use pass the java parameters you prefer:

set PATH=%PATH%;%JAVA_HOME%/bin
java -Xmx1024m -jar helloworld.jar 

Zip all run.bat with your jar and upload it to azure webjob...

Web Job Reference: https://docs.microsoft.com/en-us/azure/app-service/webjobs-create

About

Quick sample to configure a java webjob with parameters

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published