Hi Team,
I have a use case wherein some machine learning models will be developed by a team. My team will be developing an application to consume that model. Also we have to do the CI Cd for that models , in such a way that every time the other team uploads a model in a blob storage , pipeline should be triggered and entire application should work the same way if new model performs better than previous one.
There is a documentation from microsoft but it is for VSTS.
https://github.com/Azure/DevOps-For-AI-Apps/blob/jainr-refactor/Tutorial.md
The steps mentioned here is exactly what I would like to do but I need the same tutorial for Azure Devops.Since I see many changes in VSTS and Devops portal.
@Chris Patterson