Skip to content

Commit f439d33

Browse files
committed
adding deprecation note
1 parent 0a6280b commit f439d33

30 files changed

+61
-3
lines changed

articles/machine-learning/v1/how-to-data-ingest-adf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.custom: UpdateFrequency5, devx-track-python, data4ml, sdkv1
1818

1919
# Data ingestion with Azure Data Factory
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
In this article, you learn about the available options for building a data ingestion pipeline with [Azure Data Factory](/azure/data-factory/introduction). This Azure Data Factory pipeline is used to ingest data for use with [Azure Machine Learning](../overview-what-is-azure-machine-learning.md). Data Factory allows you to easily extract, transform, and load (ETL) data. Once the data is transformed and loaded into storage, it can be used to train your machine learning models in Azure Machine Learning.
2224

2325
Simple data transformation can be handled with native Data Factory activities and instruments such as [data flow](/azure/data-factory/control-flow-execute-data-flow-activity). When it comes to more complicated scenarios, the data can be processed with some custom code. For example, Python or R code.

articles/machine-learning/v1/how-to-data-prep-synapse-spark-pool.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ ms.custom: UpdateFrequency5, data4ml, synapse-azureml, sdkv1
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
> [!WARNING]
2224
> The Azure Synapse Analytics integration with Azure Machine Learning, available in Python SDK v1, is deprecated. Users can still use Synapse workspace, registered with Azure Machine Learning, as a linked service. However, a new Synapse workspace can no longer be registered with Azure Machine Learning as a linked service. We recommend use of serverless Spark compute and attached Synapse Spark pools, available in CLI v2 and Python SDK v2. For more information, visit [https://aka.ms/aml-spark](https://aka.ms/aml-spark).
2325

articles/machine-learning/v1/how-to-debug-parallel-run-step.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ms.date: 11/16/2022
1919

2020
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2121

22+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
23+
2224
In this article, you learn how to troubleshoot when you get errors using the [ParallelRunStep](/python/api/azureml-pipeline-steps/azureml.pipeline.steps.parallel_run_step.parallelrunstep) class from the [Azure Machine Learning SDK](/python/api/overview/azure/ml/intro).
2325

2426
For general tips on troubleshooting a pipeline, see [Troubleshooting machine learning pipelines](how-to-debug-pipelines.md).

articles/machine-learning/v1/how-to-debug-pipelines.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, troubleshooting, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
In this article, you learn how to troubleshoot when you get errors running a [machine learning pipeline](../concept-ml-pipelines.md) in the [Azure Machine Learning SDK](/python/api/overview/azure/ml/intro) and [Azure Machine Learning designer](concept-designer.md).
2123

2224
## Troubleshooting tips

articles/machine-learning/v1/how-to-debug-visual-studio-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ monikerRange: 'azureml-api-1'
1818

1919
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
2020

21+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
22+
2123
Learn how to interactively debug Azure Machine Learning experiments, pipelines, and deployments using Visual Studio Code (VS Code) and [debugpy](https://github.com/microsoft/debugpy/).
2224

2325
## Run and debug experiments locally

articles/machine-learning/v1/how-to-deploy-advanced-entry-script.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, deploy, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
This article explains how to write entry scripts for specialized use cases.
2123

2224
## Prerequisites

articles/machine-learning/v1/how-to-deploy-and-where.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ adobe-target: true
1919

2020
[!INCLUDE [sdk & cli v1](../includes/machine-learning-dev-v1.md)]
2121

22+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
23+
2224
Learn how to deploy your machine learning or deep learning model as a web service in the Azure cloud.
2325

2426
[!INCLUDE [endpoints-option](../includes/machine-learning-endpoints-preview-note.md)]

articles/machine-learning/v1/how-to-deploy-azure-container-instance.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ ms.date: 07/10/2024
1515

1616
# Deploy a model to Azure Container Instances with CLI (v1)
1717

18+
[!INCLUDE [cli v1 deprecation](../includes/machine-learning-cli-v1-deprecation.md)]
19+
20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
1822
> [!IMPORTANT]
1923
> This article shows how to use the CLI and SDK v1 to deploy a model. For the recommended approach for v2, see [Deploy and score a machine learning model by using an online endpoint](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
2024
@@ -38,8 +42,6 @@ For information on quota and region availability for ACI, see [Quotas and region
3842

3943
- The [Azure CLI extension (v1) for Machine Learning service](reference-azure-machine-learning-cli.md), [Azure Machine Learning Python SDK](/python/api/overview/azure/ml/intro), or the [Azure Machine Learning Visual Studio Code extension](../how-to-setup-vs-code.md).
4044

41-
[!INCLUDE [cli v1 deprecation](../includes/machine-learning-cli-v1-deprecation.md)]
42-
4345
- The __Python__ code snippets in this article assume that the following variables are set:
4446

4547
* `ws` - Set to your workspace.

articles/machine-learning/v1/how-to-deploy-azure-kubernetes-service.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ ms.date: 09/09/2024
1616

1717
# Deploy a model to an Azure Kubernetes Service cluster with v1
1818

19+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
20+
1921
> [!IMPORTANT]
2022
> This article explains how to use the Azure Machine Learning CLI (v1) and Azure Machine Learning SDK for Python (v1) to deploy a model. For the recommended approach for v2, see [Deploy and score a machine learning model by using an online endpoint](/azure/machine-learning/how-to-deploy-managed-online-endpoints).
2123

articles/machine-learning/v1/how-to-deploy-inferencing-gpus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ms.custom: UpdateFrequency5, deploy, sdkv1
1717

1818
[!INCLUDE [sdk v1](../includes/machine-learning-sdk-v1.md)]
1919

20+
[!INCLUDE [v1 deprecation](../includes/sdk-v1-deprecation.md)]
21+
2022
This article teaches you how to use Azure Machine Learning to deploy a GPU-enabled model as a web service. The information in this article is based on deploying a model on Azure Kubernetes Service (AKS). The AKS cluster provides a GPU resource that is used by the model for inference.
2123

2224
Inference, or model scoring, is the phase where the deployed model is used to make predictions. Using GPUs instead of CPUs offers performance advantages on highly parallelizable computation.

0 commit comments

Comments
 (0)