-
Just wondering about a practical use-case in a real project. If I understand correctly, the idea is to:
This differs from a possible use-case for farmer, where one can build a Farmer project as part of the pipeline itself (without committing the generated ARM template to source control). Am I correct in that such a use-case is not possible for generating a YAML file, as one would already need a YAML file to even trigger the build/perform a build step? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Yakimych, Yes, all you've written is correct. I was thinking about this a bit and yes I welcome the ideas on how to integrate this better in the CI/CD. Indeed, at least in Azure DevOps one already needs a YAML pipeline to do anything. Like, one way could be to have a single step to generate a real pipeline from the code and then execute it on the fly. Actually I wonder if even this is possible - executing generated YAML on the fly. But anyway, it's not the most elegant way to go... Or maybe you have some fresh thoughts on that? |
Beta Was this translation helpful? Give feedback.
Hi @Yakimych,
Yes, all you've written is correct. I was thinking about this a bit and yes I welcome the ideas on how to integrate this better in the CI/CD. Indeed, at least in Azure DevOps one already needs a YAML pipeline to do anything.
Like, one way could be to have a single step to generate a real pipeline from the code and then execute it on the fly. Actually I wonder if even this is possible - executing generated YAML on the fly. But anyway, it's not the most elegant way to go...
Or maybe you have some fresh thoughts on that?