Hi,
I've used this for demoing to my customer and I think it would great to show how the azure-pipelines can be used to deploy to higher environments using the recommended approach of "compile once promote everywhere" off of the main branch.
As I am new to ML Ops, I'm not sure the recommended approach for deploying to higher environments
Should the training be part of the "compile once" continuous integration/build phase
and these pieces
|
######################################### |
be part of the continuous deployment/promote everywhere
The high level of what I'm trying to understand is how the batch inference and training pipeline should fit into this flow

Hi,
I've used this for demoing to my customer and I think it would great to show how the azure-pipelines can be used to deploy to higher environments using the recommended approach of "compile once promote everywhere" off of the main branch.
As I am new to ML Ops, I'm not sure the recommended approach for deploying to higher environments
Should the training be part of the "compile once" continuous integration/build phase
dstoolkit-mlops-base/azure-pipelines/PIPELINE-1-modeling.yml
Line 76 in 322f451
and these pieces
dstoolkit-mlops-base/azure-pipelines/PIPELINE-1-modeling.yml
Line 104 in 322f451
The high level of what I'm trying to understand is how the batch inference and training pipeline should fit into this flow