A question, with the azure devops extension, this ...
# general
s
A question, with the azure devops extension, this requires an Azure subscription (it's a property on the extension). Does this extension only support Azure resources? I want to build AWS resources through Azure DevOps.
t
I think it's currently Azure-only, cc @clever-sunset-76585 who is the author
s
ah ok, instead I will use a custom script action then.
g
Praneet just pushed a change this week to address that.
It should no longer require the Azure Subscription so you can omit that and then set
AWS_ACCESS_KEY_ID
,
AWS_SECRET_ACCESS_KEY
, and
AWS_REGION
environment variables to do AWS deployments.
👍 1
t
Oh, I didn't know that, thank you @gentle-diamond-70147 and sorry for confusion @sparse-piano-12937
👍 1