I am trying to create azure resources using c# ,pu...
# general
w
I am trying to create azure resources using c# ,pulumi through azure ci cd, I am facing the below error 1. D:\a\_temp\8c00db63-9121-40a8-856b-dd86b90fcd6d\pulumi\bin\pulumi.exe version 1. v3.77.0 1. ##[error]Couldn't determine which login method to use. This task extension supports Pulumi Service backend and self-managed backends. Learn more at https://www.pulumi.com/docs/intro/concepts/state. Below is my task in azure-pipeline.yaml - task: Pulumi@1 inputs: azureSubscription: 'PulumiSC' command: 'up' stack: 'h_test/H_test/azure-native' env: PULUMI_CONFIG_PASSPHRASE: 'pul-XXXXXXXX'