Skip to content

Commit 558a265

Browse files
Merge pull request #213467 from Blackmist/bo-legacy-doc
update v1 related doc
2 parents cd723b0 + e91557b commit 558a265

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/machine-learning/how-to-migrate-from-v1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Compute of type `AmlCompute` and `ComputeInstance` are fully available for use i
105105

106106
We recommend migrating the code for creating compute to v2.
107107

108-
### Endpoint and deployment (endpoint or web service in v1)
108+
### Endpoint and deployment (endpoint and web service in v1)
109109

110-
You can continue using your existing v1 model deployments. For new model deployments, we recommend migrating to v2. In v2, we offer managed endpoints or Kubernetes endpoints. The following table guides our recommendation:
110+
With SDK/CLI v1, you can deploy models on ACI or AKS as web services. Your existing v1 model deployments and web services will continue to function as they are, but Using SDK/CLI v1 to deploy models on ACI or AKS as web services is now consiered as **legacy**. For new model deployments, we recommend migrating to v2. In v2, we offer [managed endpoints or Kubernetes endpoints](./concept-endpoints.md). The following table guides our recommendation:
111111

112112
|Endpoint type in v2|Migrate from|Notes|
113113
|-|-|-|

articles/machine-learning/v1/how-to-create-attach-kubernetes.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,23 @@ ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: how-to
99
ms.custom: devx-track-azurecli, cliv1, sdkv1, event-tier1-build-2022
10-
ms.author: larryfr
11-
author: larryfr
10+
ms.author: bozhlin
11+
author: bozhong68
1212
ms.reviewer: larryfr
1313
ms.date: 04/21/2022
1414
---
1515

16-
# Create and attach an Azure Kubernetes Service cluster
16+
# Create and attach an Azure Kubernetes Service cluster with v1
1717
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1818
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
1919

2020
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
2121
> * [v1](how-to-create-attach-kubernetes.md)
2222
> * [v2 (current version)](../how-to-attach-kubernetes-anywhere.md)
2323
24+
> [!IMPORTANT]
25+
> This article shows how to use the CLI and SDK v1 to create or attach an Azure Kubernetes Service cluster, which is considered as **legacy** feature now. To attach Azure Kubernetes Service cluster using the recommended approach for v2, see [Introduction to Kubernetes compute target in v2](../how-to-attach-kubernetes-anywhere.md).
26+
2427
Azure Machine Learning can deploy trained machine learning models to Azure Kubernetes Service. However, you must first either __create__ an Azure Kubernetes Service (AKS) cluster from your Azure ML workspace, or __attach__ an existing AKS cluster. This article provides information on both creating and attaching a cluster.
2528

2629
## Prerequisites

0 commit comments

Comments
 (0)