Hi everyone,
I am facing a problem with an azure DevOps Pipeline job and Typescript:
Preview failed: building auth config: obtain subscription() from Azure CLI: Error parsing json result from the Azure CLI: Error waiting for the Azure CLI: exit status 1
I found this old thread which seems to cover my problem but the workarounds don't help from my pipeline. Stack works fine locally though.
https://github.com/pulumi/pulumi-azure-native/discussions/1565
Does anyone know how to get a typescript deployment going in azure DevOps using Pulumi, my C# pipelines run fine so it is most likely typescript-related.
Thanks and best regards,
Robert
P.S. destroying the stack after the failed up works