We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f9c41 commit 278aa5eCopy full SHA for 278aa5e
.github/workflows/functionApp.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: ./.github/workflows/_functionAppDeployTemplate.yml
25
name: "Function App Deploy"
26
needs: [function_test]
27
- if: github.event_name == 'push' || github.event_name == 'release'
+ # if: github.event_name == 'push' || github.event_name == 'release'
28
with:
29
environment: "dev"
30
python_version: "3.10"
code/function/host.json
@@ -11,5 +11,10 @@
11
"extensionBundle": {
12
"id": "Microsoft.Azure.Functions.ExtensionBundle",
13
"version": "[4.*, 5.0.0)"
14
+ },
15
+ "extensions": {
16
+ "http": {
17
+ "routePrefix": ""
18
+ }
19
}
20
0 commit comments