Skip to content

Commit c0f93e7

Browse files
authored
acrolinx
1 parent 18a6eac commit c0f93e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The main example in this doc uses managed online endpoints for deployment. To us
6262
# [ARM template](#tab/arm)
6363

6464
> [!NOTE]
65-
> While the Azure CLI and CLI extension for machine learning are used in these steps, they are not the main focus. They are used more as utilities, passing templates to Azure and checking the status of template deployments.
65+
> While the Azure CLI and CLI extension for machine learning are used in these steps, they're not the main focus. they're used more as utilities, passing templates to Azure and checking the status of template deployments.
6666
6767
[!INCLUDE [basic prereqs cli](../../includes/machine-learning-cli-prereqs.md)]
6868

@@ -354,7 +354,7 @@ For more information on creating an environment, see
354354

355355
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="create_model":::
356356

357-
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:
357+
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 environment variables:
358358

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

@@ -398,7 +398,7 @@ When using a template for deployment, you must first upload the scoring file(s)
398398

399399
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="upload_code":::
400400

401-
1. The following example demonstrates hwo to register the code using a template:
401+
1. The following example demonstrates how to register the code using a template:
402402

403403
:::code language="azurecli" source="~/azureml-examples-main/deploy-arm-templates-az-cli.sh" id="create_code":::
404404

0 commit comments

Comments
 (0)