Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4k stars 2.49k forks source link

Deploy a registered model through Azure CLI into Managed EndPoint in DevOps #1880

Closed shishirdash24 closed 1 year ago

shishirdash24 commented 1 year ago

As DevOps doesn't have any direct option to deploy a model into Managed End Point, so we are trying to use CLI commands to deploy the model. We have our models registered into workspace through Azure ML Pipeline. We are looking for an example, which will allow us to deploy the registered model (with latest version) through CLI commands into Managed End Point & that too in DevOps. Note: As the model is already registered, so we don't want to download it first & then deploy. All existing examples are showing how to deploy by downloading the model.