Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi..I'm new to Azure ML and I've been trying to deploy a ml model I've created and registered.
Since I can't deploy a model to aci or aks and don't have those clusters,I need to deploy the model using my cpu cluster.
I'm looking up docs but couldn't find any tutorial for deploying a model with cpu cluster.
So I wonder if any of azure ml experts here could help me with doing this..
I would appreciate your help
@Yu, Hazel (APEX SYSTEMS LLC) Thanks for the question. Here is document to create compute cluster.
Here is the notebook sample to Register model and deploy locally.