
Answer-first summary for fast verification
Answer: Direct deployment to Azure Machine Learning as a web service., Exporting the model to a Docker container for deployment on Kubernetes., Manual deployment by downloading the model artifacts and using Azure Functions.
MLflow models can be registered and then deployed using Azure ML, making direct deployment to Azure Machine Learning as a web service a valid method for production deployment. Exporting the model to a Docker container for deployment on Kubernetes is also a common and flexible production deployment approach. Manual deployment by downloading the model artifacts and using Azure Functions is possible but less automated and scalable. Uploading the model binaries directly to Azure SQL Database for real-time predictions is incorrect as Azure SQL Database is not designed to host or serve ML models directly.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can MLflow, integrated within Databricks on Azure, be utilized for deploying models in a production environment? (Choose Three Options)
A
Exporting the model to a Docker container for deployment on Kubernetes.
B
Manual deployment by downloading the model artifacts and using Azure Functions.
C
Direct deployment to Azure Machine Learning as a web service.
D
Uploading the model binaries directly to Azure SQL Database for real-time predictions.
No comments yet.