We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f31555 commit aa16cd0Copy full SHA for aa16cd0
1 file changed
azure-pipelines.yml
@@ -37,3 +37,11 @@ stages:
37
containerRegistry: $(dockerRegistryServiceConnection)
38
tags: |
39
$(tag)
40
+ - task: AzureWebAppContainer@1
41
+ inputs:
42
+ azureSubscription: 'Visual Studio Enterprise Subscription(2fe416be-868a-4de9-9c05-cad961ec9d3a)'
43
+ appName: 'containers-app-service'
44
+ deployToSlotOrASE: true
45
+ resourceGroupName: 'aks-test-eastus'
46
+ slotName: 'production'
47
+ containers: 'ehimemen.azurecr.io/theophilushashnodedockerexample:Build.BuildId'
0 commit comments