bumpy-motorcycle-53357
07/17/2020, 2:14 PMnumerous-artist-1705
07/17/2020, 4:28 PMclever-sunset-76585
07/17/2020, 4:55 PMWe use Azure Pipelines but want to deploy to AWS. The Pulumi Azure Pipelines Task only supports deployments to Azure. It would be very nice to have a more generic Azure DevOps task that lets you run Pulumi that isn’t married to Azure.Hi @bumpy-motorcycle-53357 the task does support deploying all of the providers that Pulumi supports. The only nice thing about deploying to Azure with the task is that you can use an Azure Service Connection because that’s a first-class concept for the Azure cloud only. For all others, you may define secret variables for your build/release pipeline that is then automatically made available to your Pulumi app as well. EDIT: Note that specifying a Service Connection is optional. You can still specify all of the
ARM_*
as build variables too. But the Service Connection is definitely the recommended way to go if you are deploying to Azure on Azure Pipelines.chilly-hairdresser-56259
07/17/2020, 6:21 PMnumerous-artist-1705
07/17/2020, 6:30 PMclever-sunset-76585
07/17/2020, 6:37 PMI think @clever-sunset-76585 meant Azure is a first-class support in Azure DevOps, not PulumiCorrect.