Skip to content

Commit c3664e0

Browse files
Merge pull request #279 from msakande/update-deployment-tutorial
refresh deployment tutorial
2 parents 3e120d7 + 5b57ccb commit c3664e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/tutorial-deploy-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
author: msakande
1010
ms.author: mopeakande
1111
ms.reviewer: sehan
12-
ms.date: 03/04/2024
12+
ms.date: 09/13/2024
1313
ms.custom: mlops, devx-track-python #add more custom tags
1414
#Customer intent: This tutorial is intended to show users what is needed for deployment and present a high-level overview of how Azure Machine Learning handles deployment. Deployment isn't typically done by a data scientist, so the tutorial won't use Azure CLI examples. We will link to existing articles that use Azure CLI as needed. The code in the tutorial will use SDK v2. The tutorial will continue where the "Create reusable pipelines" tutorial stops.
1515
---
@@ -96,7 +96,7 @@ If you already completed the earlier training tutorial, [Train a model](tutorial
9696

9797
If you didn't complete the training tutorial, you need to register the model. Registering your model before deployment is a recommended best practice.
9898

99-
The following code specifies the `path` (where to upload files from) inline. If you [cloned the tutorials folder](quickstart-create-resources.md#learn-from-sample-notebooks), then run the following code as-is. Otherwise, [download the files and metadata for the model to deploy](https://azuremlexampledata.blob.core.windows.net/datasets/credit_defaults_model.zip) and unzip the files. Update the path to the location of the unzipped files on your local computer.
99+
The following code specifies the `path` (where to upload files from) inline. If you [cloned the tutorials folder](quickstart-create-resources.md#learn-from-sample-notebooks), then run the following code as-is. Otherwise, download the files and metadata for the model from the [credit_defaults_model folder](https://github.com/Azure/azureml-examples/tree/main/tutorials/get-started-notebooks/deploy/credit_defaults_model). Save the files you downloaded into a local version of the *credit_defaults_model* folder on your computer and update the path in the following code to the location of the downloaded files.
100100

101101
The SDK automatically uploads the files and registers the model.
102102

0 commit comments

Comments
 (0)