Skip to content

Commit 65b4ce3

Browse files
committed
PR comments
1 parent a6ec9a2 commit 65b4ce3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/getting_started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,10 @@ Specify task parameters as it is shown in the table below:
204204
**Note:** Creating of a Kubernetes cluster on AKS is out of scope of this tutorial, so you should take care of it on your own.
205205

206206
**Deploy trained model to Azure Web App for containers**
207-
Note: This is optional step and can be used only if you are deploying your scoring services on web apps.
208207

209-
[Create Image Script](./ml_service/util/create_scoring_image.py)
208+
Note: This is an optional step and can be used only if you are deploying your scoring services on web apps.
209+
210+
[Create Image Script](/../ml_service/util/create_scoring_image.py)
210211
can be used to create a scoring image from the release pipeline. Image created by this script will be registered under Azure Container Registry(ACR) instance that belongs to Azure Machine Learning Service. Any dependencies that scoring file depends on can also be packaged with the container with Image config. To learn more on how to create a container with AML SDK click [here](https://docs.microsoft.com/en-us/python/api/azureml-core/azureml.core.image.image.image?view=azure-ml-py#create-workspace--name--models--image-config-).
211212

212213
Below is release pipeline with two tasks one to create an image using the above script and second is the deploy the image to Web App for containers

0 commit comments

Comments
 (0)