Skip to content

Commit 8aa13da

Browse files
authored
Update how-to-use-batch-endpoint.md
1 parent c79440a commit 8aa13da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/machine-learning/how-to-use-batch-endpoint.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,9 @@ A deployment is a set of resources required for hosting the model that does the
273273
274274
# [Azure CLI](#tab/azure-cli)
275275
276-
*No extra step is required for the Azure ML CLI. The environment definition will be included in the deployment file as an anonymous environment.*
276+
The environment definition will be included in the deployment definition itself as an anonymous environment. You will see in the following lines in the deployment:
277+
278+
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/mnist-torch-deployment.yml" range="10-12":::
277279
278280
# [Python](#tab/python)
279281

0 commit comments

Comments
 (0)