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 b9883b6 commit b4cb6d3Copy full SHA for b4cb6d3
azure-pipelines-1.yml
@@ -84,4 +84,9 @@ stages:
84
inputs:
85
azureSubscription: $(azureServiceConnectionId)
86
appName: $(webAppName)
87
- package: $(Pipeline.Workspace)/drop/$(Build.BuildId).zip
+ 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