From fbd7f4a55beed945a4a35e525ce9c5ce1815fc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shan=C3=A9=20Winner?= <43390034+swinner95@users.noreply.github.com> Date: Tue, 17 Sep 2019 09:36:41 -0700 Subject: [PATCH] Delete README.md --- how-to-use-azureml/deploy-to-local/README.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 how-to-use-azureml/deploy-to-local/README.md diff --git a/how-to-use-azureml/deploy-to-local/README.md b/how-to-use-azureml/deploy-to-local/README.md deleted file mode 100644 index 9f08e5cd..00000000 --- a/how-to-use-azureml/deploy-to-local/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Model Deployment with Azure ML service -You can use Azure Machine Learning to package, debug, validate and deploy inference containers to a variety of compute targets. This process is known as "MLOps" (ML operationalization). -For more information please check out this article: https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-deploy-and-where - -## Get Started -To begin, you will need an ML workspace. -For more information please check out this article: https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-manage-workspace - -## Deploy locally -You can deploy a model locally for testing & debugging using the Azure ML CLI or the Azure ML SDK. -- CLI example: https://aka.ms/azmlcli -- Notebook example: [register-model-deploy-local](./register-model-deploy-local.ipynb). \ No newline at end of file