We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826e1e4 commit d988100Copy full SHA for d988100
1 file changed
azure-pipelines.yml
@@ -17,12 +17,13 @@ steps:
17
archiveType: 'zip'
18
archiveFile: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
19
replaceExistingArchive: true
20
+
21
- task: AzureRmWebAppDeployment@5
22
inputs:
23
ConnectionType: 'AzureRM'
24
azureSubscription: 'Paiement à l’utilisation(78b9a3d9-a777-4dad-8f72-5fc24f431d13)'
- appType: 'webAppLinux'
25
- WebAppName: 'VanessaDemo'
26
- packageForLinux: '$(Build.ArtifactStagingDirectory)/$(Build.BuildId).zip'
27
- StartupCommand: 'python -m flask --app app/main.py run'
28
- DeploymentTypeLinux: 'oneDeploy'
+ appType: 'webAppContainer'
+ WebAppName: 'VanessaApp2'
+ DockerNamespace: 'vanessakovalsky'
+ DockerRepository: 'mypythonapp'
29
+ DockerImageTag: 'latest'
0 commit comments