Azure / mlops-v2

Azure MLOps (v2) solution accelerators. Enterprise ready templates to deploy your machine learning models on the Azure Platform.
https://learn.microsoft.com/en-us/azure/machine-learning/concept-model-management-and-deployment
MIT License
503 stars 248 forks source link

Misleading Architecture Diagram & README.md #44

Open jwgwalton opened 2 years ago

jwgwalton commented 2 years ago

I think that the wording of the documentation and the architecture diagram are misleading.

"Continuous Deployment (VD) pipelines manage the promotion of the model and related assets through production"

In this accelerator you are not deploying the model between the different environments, you are promoting the training pipeline. Azure ML Studio doesn't currently support sharing resources across Workspaces (though this is being rectified in https://github.com/Azure/azureml-previews/tree/main/previews/registries).

Could the documentation be updated to make it clear that you are deploying the inner loop in each of the environments.

This confusion is seen in other issues such as https://github.com/Azure/mlops-v2/issues/36

setuc commented 2 years ago

@jwgwalton Thank you for the feedback. Yes, we are aware of the issue and have started working on the registries. We plan to update the current approach soon.

bgawale commented 9 months ago

Appreciate your effort in setting up this repository and the starter pipelines. They work exceptionally well and are incredibly helpful for getting started! Curious if there's an update on the remaining part, particularly regarding the ETA for registering models into registries and promoting them to higher environments