Skip to content

Commit 169d670

Browse files
author
Larry Franks
committed
updates for v2 SDK links
1 parent 3ccd80c commit 169d670

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/machine-learning/concept-compute-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ You can [Add RStudio](how-to-create-manage-compute-instance.md#add-custom-applic
7878
|Anaconda Python||
7979
|Jupyter and extensions||
8080
|Jupyterlab and extensions||
81-
[Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro)</br>from PyPI|Includes most of the azureml extra packages. To see the full list, [open a terminal window on your compute instance](how-to-access-terminal.md) and run <br/> `conda list -n azureml_py36 azureml*` |
81+
[Azure Machine Learning SDK for Python](https://aka.ms/sdk-v2-install)</br>from PyPI|Includes most of the azureml extra packages. To see the full list, [open a terminal window on your compute instance](how-to-access-terminal.md) and run <br/> `conda list -n azureml_py36 azureml*` |
8282
|Other PyPI packages|`jupytext`</br>`tensorboard`</br>`nbconvert`</br>`notebook`</br>`Pillow`|
8383
|Conda packages|`cython`</br>`numpy`</br>`ipykernel`</br>`scikit-learn`</br>`matplotlib`</br>`tqdm`</br>`joblib`</br>`nodejs`</br>`nb_conda_kernels`|
8484
|Deep learning packages|`PyTorch`</br>`TensorFlow`</br>`Keras`</br>`Horovod`</br>`MLFlow`</br>`pandas-ml`</br>`scrapbook`|

articles/machine-learning/concept-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can interact with your workspace in the following ways:
4646
+ On the web:
4747
+ [Azure Machine Learning studio ](https://ml.azure.com)
4848
+ [Azure Machine Learning designer](concept-designer.md)
49-
+ In any Python environment with the [Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro).
49+
+ In any Python environment with the [Azure Machine Learning SDK for Python](https://aka.ms/sdk-v2-install).
5050
+ On the command line using the Azure Machine Learning [CLI extension](how-to-configure-cli.md)
5151
+ [Azure Machine Learning VS Code Extension](how-to-manage-resources-vscode.md#workspaces)
5252

articles/machine-learning/how-to-datastore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In this article, learn how to connect to data storage services on Azure with Azu
3131

3232
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
3333

34-
- The [Azure Machine Learning SDK for Python](/python/api/overview/azure/ml/intro).
34+
- The [Azure Machine Learning SDK for Python](https://aka.ms/sdk-v2-install).
3535

3636
- An Azure Machine Learning workspace.
3737

articles/machine-learning/how-to-manage-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-python
1717

1818

1919

20-
There are several ways to manage your Azure ML resources. You can use the [portal](https://portal.azure.com/), [command-line interface](/cli/azure), or [Python SDK](/python/api/overview/azure/ml/intro). Or, you can choose the REST API. The REST API uses HTTP verbs in a standard way to create, retrieve, update, and delete resources. The REST API works with any language or tool that can make HTTP requests. REST's straightforward structure often makes it a good choice in scripting environments and for MLOps automation.
20+
There are several ways to manage your Azure ML resources. You can use the [portal](https://portal.azure.com/), [command-line interface](/cli/azure), or [Python SDK](https://aka.ms/sdk-v2-install). Or, you can choose the REST API. The REST API uses HTTP verbs in a standard way to create, retrieve, update, and delete resources. The REST API works with any language or tool that can make HTTP requests. REST's straightforward structure often makes it a good choice in scripting environments and for MLOps automation.
2121

2222
In this article, you learn how to:
2323

articles/machine-learning/how-to-read-write-data-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Learn how to read and write data for your jobs with the Azure Machine Learning P
2828

2929
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
3030

31-
- The [Azure Machine Learning SDK for Python v2](/python/api/overview/azure/ml/intro).
31+
- The [Azure Machine Learning SDK for Python v2](https://aka.ms/sdk-v2-install).
3232

3333
- An Azure Machine Learning workspace
3434

articles/machine-learning/how-to-troubleshoot-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: devx-track-python, mldata, references_regions, sdkv2
1717

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

20-
In this guide, learn how to identify and resolve known issues with data access with the [Azure Machine Learning SDK](/python/api/overview/azure/ml/intro).
20+
In this guide, learn how to identify and resolve known issues with data access with the [Azure Machine Learning SDK](https://aka.ms/sdk-v2-install).
2121

2222
## Error Codes
2323

0 commit comments

Comments
 (0)