Skip to content

Add AppServiceEnvironment profile #151

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions worker.config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"Description":{
"Language":"java",
"Extension":".jar",
"DefaultExecutablePath":"java",
"DefaultWorkerPath":"azure-functions-java-worker.jar",
"Arguments" : ["-jar"]
"Description": {
"Language": "java",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated to your changes, but at some point, it would be nice to go over the casing on these files and make sure they are consistent. All these should be camel cased.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 opened Azure/azure-functions-host#3214 as I need to make changes do not break any of the language workers

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

"Extension": ".jar",
"DefaultExecutablePath": "java",
"DefaultWorkerPath": "azure-functions-java-worker.jar",
"Arguments": ["-jar"]
},
"profiles": {
"AppServiceEnvironment": {
"DefaultExecutablePath": "../../zulu8.23.0.3-jdk8.0.144-win_x64/bin/java"
}
}
}