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 ef60f82 commit 4299556Copy full SHA for 4299556
azure-pipelines.yml
@@ -8,13 +8,13 @@ trigger:
8
9
variables:
10
# Azure Resource Manager connection created during pipeline creation
11
- azureSubscription: '7bbe0a19-1b79-4df3-a9f7-798821e34449'
+ azureSubscription: '061440c6-b8b2-41ab-98dc-8863642471ff'
12
13
# Function app name
14
functionAppName: 'func-azure-devops-state-tracker'
15
16
# Agent VM image name
17
- vmImageName: 'vs2017-win2016'
+ vmImageName: 'ubuntu-20.04'
18
19
# Working Directory
20
workingDirectory: '$(System.DefaultWorkingDirectory)/AzureDevOpsStateTracker.Functions'
0 commit comments