Skip to content

Commit 278aa5e

Browse files
committed
Update function configuration
1 parent 06f9c41 commit 278aa5e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/functionApp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: ./.github/workflows/_functionAppDeployTemplate.yml
2525
name: "Function App Deploy"
2626
needs: [function_test]
27-
if: github.event_name == 'push' || github.event_name == 'release'
27+
# if: github.event_name == 'push' || github.event_name == 'release'
2828
with:
2929
environment: "dev"
3030
python_version: "3.10"

code/function/host.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,10 @@
1111
"extensionBundle": {
1212
"id": "Microsoft.Azure.Functions.ExtensionBundle",
1313
"version": "[4.*, 5.0.0)"
14+
},
15+
"extensions": {
16+
"http": {
17+
"routePrefix": ""
18+
}
1419
}
1520
}

0 commit comments

Comments
 (0)