Skip to content

Commit a6ec9a2

Browse files
authored
Update getting_started.md
1 parent 7c8206a commit a6ec9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/getting_started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ 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.
207208

208209
[Create Image Script](./ml_service/util/create_scoring_image.py)
209210
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-).

0 commit comments

Comments
 (0)