You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-setup-mlops-github-azureml.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,44 +260,44 @@ This scenario includes prebuilt workflows for two approaches to deploying a trai
260
260
261
261
### Online Endpoint
262
262
263
-
1. Select the **deploy-online-endpoint-pipeline** from the workflows listed on the left and click **Run workflow** to execute the online endpoint deployment pipeline workflow. The steps in this pipeline will create an online endpoint in your Azure Machine Learning workspace, create a deployment of your model to this endpoint, then allocate traffic to the endpoint.
263
+
1. Select the **deploy-online-endpoint-pipeline** from the workflows listed on the left and click **Run workflow** to execute the online endpoint deployment pipeline workflow. The steps in this pipeline will create an online endpoint in your Machine Learning workspace, create a deployment of your model to this endpoint, then allocate traffic to the endpoint.
1. To test this deployment, go to the **Endpoints** tab in your AzureML workspace, select the endpoint and click the **Test** Tab. You can use the sample input data located in the cloned repo at `/data/taxi-request.json` to test the endpoint.
271
+
1. To test this deployment, go to the **Endpoints** tab in your Machine Learning workspace, select the endpoint and click the **Test** Tab. You can use the sample input data located in the cloned repo at `/data/taxi-request.json` to test the endpoint.
1. Select the **deploy-batch-endpoint-pipeline** from the workflows and click **Run workflow** to execute the batch endpoint deployment pipeline workflow. The steps in this pipeline will create a new AmlCompute cluster on which to execute batch scoring, create the batch endpoint in your Azure Machine Learning workspace, then create a deployment of your model to this endpoint.
277
+
1. Select the **deploy-batch-endpoint-pipeline** from the workflows and click **Run workflow** to execute the batch endpoint deployment pipeline workflow. The steps in this pipeline will create a new AmlCompute cluster on which to execute batch scoring, create the batch endpoint in your Machine Learning workspace, then create a deployment of your model to this endpoint.
Example scenarios can be trained and deployed both for Dev and Prod branches and environments. When you are satisfied with the performance of the model training pipeline, model, and deployment in Testing, Dev pipelines and models can be replicated and deployed in the Production environment.
288
288
289
-
The sample training and deployment Azure ML pipelines and GitHub workflows can be used as a starting point to adapt your own modeling code and data.
289
+
The sample training and deployment Machine Learning pipelines and GitHub workflows can be used as a starting point to adapt your own modeling code and data.
290
290
291
291
## Clean up resources
292
292
293
293
1. If you're not going to continue to use your pipeline, delete your Azure DevOps project.
294
-
1. In Azure portal, delete your resource group and Azure Machine Learning instance.
294
+
1. In Azure portal, delete your resource group and Machine Learning instance.
295
295
296
296
## Next steps
297
297
298
298
* [Install and set up Python SDK v2](https://aka.ms/sdk-v2-install)
299
299
* [Install and set up Python CLI v2](how-to-configure-cli.md)
300
300
* [Azure MLOps (v2) solution accelerator](https://github.com/Azure/mlops-v2) on GitHub
301
-
* Learn more about [Azure Pipelines with Azure Machine Learning](how-to-devops-machine-learning.md)
302
-
* Learn more about [GitHub Actions with Azure Machine Learning](how-to-github-actions-machine-learning.md)
301
+
* Learn more about [Azure Pipelines with Machine Learning](how-to-devops-machine-learning.md)
302
+
* Learn more about [GitHub Actions with Machine Learning](how-to-github-actions-machine-learning.md)
303
303
* Deploy MLOps on Azure in Less Than an Hour - [Community MLOps V2 Accelerator video](https://www.youtube.com/watch?v=5yPDkWCMmtk)
0 commit comments