Skip to content

Commit 7779498

Browse files
author
Larry Franks
committed
fixing errors
1 parent 8cc7b33 commit 7779498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-deploy-managed-online-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ For more information on creating an environment, see
356356

357357
1. Part of the environment is a conda file that specifies the model dependencies needed to host the model. The following example demonstrates how to read the contents of the conda file into an environment variables:
358358

359-
:::code language="{language}" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="read_condafile":::
359+
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="read_condafile":::
360360

361361
1. The following example demonstrates how to use the template to register the environment. The contents of the conda file from the previous step are passed to the template using the `condaFile` parameter:
362362

@@ -680,11 +680,11 @@ This deployment might take up to 15 minutes, depending on whether the underlying
680680

681681
1. The following example demonstrates using the template to create an online endpoint:
682682

683-
:::code language="azurecli" source="~/azureml-examples/deploy-arm-templates-az-cli.sh" id="create_endpoint":::
683+
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="create_endpoint":::
684684

685685
1. After the endpoint has been created, the following example demonstrates how to deploy the model to the endpoint:
686686

687-
:::code language="azurecli" source="~/azureml-examples/deploy-arm-templates-az-cli.sh" id="create_deployment":::
687+
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="create_deployment":::
688688

689689
---
690690

0 commit comments

Comments
 (0)