Skip to content

Commit 82b9ac6

Browse files
author
Larry Franks
committed
removing typo
1 parent b731f46 commit 82b9ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/tutorial-train-deploy-model-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Learn how to take the following actions:
3232
3333
## Prerequisites
3434

35-
* An Azure subscription. If you dont have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
35+
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
3636

3737
* To use the CLI commands in this document from your **local environment**, you need the [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest).
3838

@@ -370,7 +370,7 @@ az ml model deploy -n myservice -m "mymodel:1" --ic inferenceConfig.yml --dc aci
370370
```
371371

372372
> [!NOTE]
373-
> You may receive a warning about "Failed to check LocalWebservice existence" or "Failed to create Docker client"zzzs. You can safely ignore this, as you are not deploying a local web service.
373+
> You may receive a warning about "Failed to check LocalWebservice existence" or "Failed to create Docker client". You can safely ignore this, as you are not deploying a local web service.
374374

375375
This command deploys a new service named `myservice`, using version 1 of the model that you registered previously.
376376

0 commit comments

Comments
 (0)