Skip to content

Commit b4cb6d3

Browse files
authored
Update azure-pipelines-1.yml
add startup command
1 parent b9883b6 commit b4cb6d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

azure-pipelines-1.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,9 @@ stages:
8484
inputs:
8585
azureSubscription: $(azureServiceConnectionId)
8686
appName: $(webAppName)
87-
package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
87+
package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
88+
89+
# The following parameter is specific to the Flask example code. You may
90+
# or may not need a startup command for your app.
91+
92+
startUpCommand: 'gunicorn --bind=0.0.0.0 --workers=4 startup:app'

0 commit comments

Comments
 (0)