From f87100ce65e19a6add850d9fe9c5aac62974c3b3 Mon Sep 17 00:00:00 2001 From: Mope Akande <17515964+msakande@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:42:57 -0500 Subject: [PATCH] Update deploy-model.ipynb Replace broken blob storage link for downloading model files --- tutorials/get-started-notebooks/deploy-model.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/get-started-notebooks/deploy-model.ipynb b/tutorials/get-started-notebooks/deploy-model.ipynb index 1924d4b13ed..5bbafdde28a 100644 --- a/tutorials/get-started-notebooks/deploy-model.ipynb +++ b/tutorials/get-started-notebooks/deploy-model.ipynb @@ -130,7 +130,7 @@ "\n", "If you didn't complete the training tutorial, you need to register the model. Registering your model before deployment is a recommended best practice.\n", "\n", - "The following code specifies the `path` (where to upload files from) inline. If you [cloned the tutorials folder](https://learn.microsoft.com/en-us/azure/machine-learning/quickstart-create-resources##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.\n", + "The following code specifies the `path` (where to upload files from) inline. If you [cloned the tutorials folder](https://learn.microsoft.com/en-us/azure/machine-learning/quickstart-create-resources##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.\n", "\n", "The SDK automatically uploads the files and registers the model. \n", "\n",