Skip to content

Commit 9cdf83e

Browse files
committed
Data | Added v1 v2 drop down
1 parent 29c3730 commit 9cdf83e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

articles/machine-learning/how-to-administrate-data-authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ ms.date: 05/24/2022
1515
---
1616

1717
# Data administration
18+
19+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
20+
> * [v1](./v1/concept-network-data-access.md)
21+
> * [v2 (current version)](how-to-administrate-data-authentication.md)
22+
1823
Learn how to manage data access and how to authenticate in Azure Machine Learning
1924
[!INCLUDE [sdk v2](../../includes/machine-learning-sdk-v2.md)]
2025
[!INCLUDE [CLI v2](../../includes/machine-learning-CLI-v2.md)]

articles/machine-learning/v1/concept-network-data-access.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ ms.date: 11/19/2021
1515

1616
# Network data access with Azure Machine Learning studio
1717

18+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning developer platform you are using:"]
19+
> * [v1](concept-network-data-access.md)
20+
> * [v2 (current version)](../how-to-administrate-data-authentication.md)
21+
22+
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
23+
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
24+
1825
Data access is complex and it's important to recognize that there are many pieces to it. For example, accessing data from Azure Machine Learning studio is different than using the SDK. When using the SDK on your local development environment, you're directly accessing data in the cloud. When using studio, you aren't always directly accessing the data store from your client. Studio relies on the workspace to access data on your behalf.
1926

2027
> [!IMPORTANT]

0 commit comments

Comments
 (0)