Skip to content

Commit 1b183dc

Browse files
authored
Add AppServiceEnvironment profile (#151)
* Add AppServiceEnvironment profile
1 parent 21c4d45 commit 1b183dc

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

worker.config.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
2-
"Description":{
3-
"Language":"java",
4-
"Extension":".jar",
5-
"DefaultExecutablePath":"java",
6-
"DefaultWorkerPath":"azure-functions-java-worker.jar",
7-
"Arguments" : ["-jar"]
2+
"Description": {
3+
"Language": "java",
4+
"Extension": ".jar",
5+
"DefaultExecutablePath": "java",
6+
"DefaultWorkerPath": "azure-functions-java-worker.jar",
7+
"Arguments": ["-jar"]
8+
},
9+
"profiles": {
10+
"AppServiceEnvironment": {
11+
"DefaultExecutablePath": "../../zulu8.23.0.3-jdk8.0.144-win_x64/bin/java"
12+
}
813
}
914
}

0 commit comments

Comments
 (0)