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
502 stars 248 forks source link

CD pipeline should deploy model produced by CI, not hardcoded #15

Closed james-tn closed 2 years ago

james-tn commented 2 years ago

Why?

It's common sense. CD should deploy model produced by CI pipeline which was registered in the workspace. There's a custom template that allows to pull the latest model from the repo.

How?

Anything else?

setuc commented 2 years ago

This has been fixed going forward. I will close this issue.