I am having a Jenkins which takes care of build process which publishes docker image to `Azure Container Registry`, post which I would like to deploy them to `Azure Kubernetes Service`.
For that, I am planning to use Azure Release
, however I am feeling that Azure Release component is poorly written without YAML Support unlike Azure Pipeline
which seems more user friendly. Is Azure Release
not mature enough ?
I tried to work with Azure Pipeline, however Azure Pipeline expects the source to Source Code, whereas I expect it to start after the docker image is build. Is my approach correct am I missing something ?
Is this correct approach ?