Skip to content

Commit e4bff57

Browse files
Merge pull request #232738 from TimShererWithAquent/03292023OPBR
Resolve live publish PR issue
2 parents 7cc09e5 + 16e23d6 commit e4bff57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/machine-learning/how-to-batch-scoring-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Any library that your scoring script requires to run needs to be indicated in th
9393

9494
__mnist/environment/conda.yml__
9595

96-
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/mnist/environment/conda.yml":::
96+
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/environment/conda.yml":::
9797

9898
Refer to [Create a batch deployment](how-to-use-batch-endpoint.md#create-a-batch-deployment) for more details about how to indicate the environment for your model.
9999

articles/machine-learning/reference-yaml-deployment-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Examples are available in the [examples GitHub repository](https://github.com/Az
6060

6161
## YAML: basic (MLflow)
6262

63-
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/nyc-taxi-mlflow-deployment.yml":::
63+
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/heart-classifier-mlflow/deployment-simple/deployment.yml":::
6464

6565
## YAML: custom model and scoring code
6666

67-
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/mnist-torch-deployment.yml":::
67+
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/mnist-classifier/deployment-torch/deployment.yml":::
6868

6969
## Next steps
7070

articles/machine-learning/reference-yaml-endpoint-batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Examples are available in the [examples GitHub repository](https://github.com/Az
4545

4646
## YAML: basic
4747

48-
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/mnist-endpoint.yml":::
48+
:::code language="yaml" source="~/azureml-examples-main/cli/endpoints/batch/deploy-models/mnist-classifier/endpoint.yml":::
4949

5050
## Next steps
5151

0 commit comments

Comments
 (0)