sparse-intern-71089
06/17/2022, 1:02 AMmammoth-agency-10350
06/17/2022, 1:14 AMvariables:
AZURE_STORAGE_CONTAINER: $(Pulumi.StorageContainer)
steps:
- task: Pulumi@1
inputs:
azureSubscription: <service principal connection>
command: 'up'
cwd: '$(ProjectDirectory)/'
stack: '${{ parameters.stack }}'
args: '--yes'
env:
PULUMI_CONFIG_PASSPHRASE: $(Pulumi.Passphrase)
AZURE_STORAGE_ACCOUNT: $(Pulumi.StorageAccount)
AZURE_STORAGE_KEY: $(Pulumi.StorageKey)