Question:
We’ve been using the “new” CICD setup for Azure Data Factory as descibed by the documentation page: https://docs.microsoft.com/en-us/azure/data-factory/continuous-integration-delivery-improvements. We’re doing this using Azure DevOps pipelines written in YAML.This has been working quite well for us, until it suddenly started crashing at the validation step this morning. No code has been changed on our side. I’m wondering if there’s some issue with version number or incompatability but I can’t find anything.
The Azure YAML code in question is this:
Answer:
Fixed after updating the ‘Install Node.js’ task to match the reference from doc:If you have better answer, please add a comment about this, thank you!