Skip to content

Commit 2ebbf8e

Browse files
author
Larry Franks
committed
moving note
1 parent 0497cb0 commit 2ebbf8e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/machine-learning/v1/how-to-deploy-update-web-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ ms.custom: deploy, cliv1, sdkv1, event-tier1-build-2022
1818

1919
In this article, you learn how to update a web service that was deployed with Azure Machine Learning.
2020

21-
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
22-
2321
## Prerequisites
2422

2523
- This article assumes you have already deployed a web service with Azure Machine Learning. If you need to learn how to deploy a web service, [follow these steps](how-to-deploy-and-where.md).
@@ -34,6 +32,8 @@ In this article, you learn how to update a web service that was deployed with Az
3432
workspace_name="myworkspace")
3533
```
3634

35+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
36+
3737
## Update web service
3838

3939
To update a web service, use the `update` method. You can update the web service to use a new model, a new entry script, or new dependencies that can be specified in an inference configuration. For more information, see the documentation for [Webservice.update](/python/api/azureml-core/azureml.core.webservice.webservice.webservice#update--args-).

articles/machine-learning/v1/how-to-track-monitor-analyze-runs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ ms.custom: devx-track-python, devx-track-azurecli, cliv1, event-tier1-build-2022
2020

2121
The [Azure Machine Learning SDK for Python v1](/python/api/overview/azure/ml/intro) and [Machine Learning CLI](reference-azure-machine-learning-cli.md) provide various methods to monitor, organize, and track your runs for training and experimentation. Your ML run history is an important part of an explainable and repeatable ML development process.
2222

23-
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
24-
2523
> [!TIP]
2624
> For information on using studio, see [Track, monitor, and analyze runs with studio](../how-to-track-monitor-analyze-runs.md).
2725
>
@@ -61,6 +59,7 @@ You'll need the following items:
6159

6260
* The [Azure CLI](/cli/azure/) and [CLI extension for Azure Machine Learning](reference-azure-machine-learning-cli.md).
6361

62+
[!INCLUDE [cli v1 deprecation](../../../includes/machine-learning-cli-v1-deprecation.md)]
6463

6564
## Monitor run performance
6665

0 commit comments

Comments
 (0)