Skip to content

Commit 87b54ab

Browse files
AbeOmorjuliakm
andauthored
Apply suggestions from code review
Co-authored-by: Julia Kulla-Mader <[email protected]>
1 parent 5428db4 commit 87b54ab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/machine-learning/how-to-setup-mlops-github-azureml.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,44 +260,44 @@ This scenario includes prebuilt workflows for two approaches to deploying a trai
260260
261261
### Online Endpoint
262262
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.
264264
265265
![GitHub online endpoint](./media/how-to-setup-mlops-azureml/gh-online-endpoint.png)
266266
267267
Once completed, you will find the online endpoint deployed in the Azure ML workspace and available for testing.
268268
269-
![AzureML taxi Online endpoint](./media/how-to-setup-mlops-azureml/aml-taxi-oep.png)
269+
![Machine Learning taxi online endpoint](./media/how-to-setup-mlops-azureml/aml-taxi-oep.png)
270270
271-
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.
272272
273273
![AzureML taxi Online endpoint test](./media/how-to-setup-mlops-azureml/azureml-online-endpoint-test.png)
274274
275275
### Batch Endpoint
276276
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 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.
278278
279279
![GitHub batch endpoint](./media/how-to-setup-mlops-azureml/gh-batch-endpoint.png)
280280
281281
2. Once completed, you will find the batch endpoint deployed in the Azure ML workspace and available for testing.
282282
283-
![AzureML taxi batch endpoint](./media/how-to-setup-mlops-azureml/aml-taxi-bep.png)
283+
![Machine Learning taxi batch endpoint](./media/how-to-setup-mlops-azureml/aml-taxi-bep.png)
284284
285-
## Moving to Production
285+
## Moving to production
286286
287287
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.
288288
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.
290290
291291
## Clean up resources
292292
293293
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.
295295

296296
## Next steps
297297

298298
* [Install and set up Python SDK v2](https://aka.ms/sdk-v2-install)
299299
* [Install and set up Python CLI v2](how-to-configure-cli.md)
300300
* [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)
303303
* Deploy MLOps on Azure in Less Than an Hour - [Community MLOps V2 Accelerator video](https://www.youtube.com/watch?v=5yPDkWCMmtk)

0 commit comments

Comments
 (0)