Skip to content

Commit f0b9fcc

Browse files
authored
Merge pull request #6 from AhmadAbdullah91/onlineendpointclifix
fixing cli command for the name param
2 parents 7a6d47a + 7c852ac commit f0b9fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ Next, deploy your online endpoint to Azure.
854854
1. Create the deployment named `blue` under the endpoint.
855855

856856
```azurecli
857-
az ml online-deployment create -name blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment-with-registered-assets.yml --all-traffic
857+
az ml online-deployment create --name blue --endpoint $ENDPOINT_NAME -f endpoints/online/managed/sample/blue-deployment-with-registered-assets.yml --all-traffic
858858
```
859859

860860
The deployment creation can take up to 15 minutes, depending on whether the underlying environment or image is being built for the first time. Subsequent deployments that use the same environment are processed faster.

0 commit comments

Comments
 (0)