Skip to content

Commit ec5f303

Browse files
author
Larry Franks
committed
links/switcher/redirect
1 parent 532ef60 commit ec5f303

5 files changed

+13
-302
lines changed

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"redirections": [
3-
3+
{
4+
"source_path_from_root": "/articles/machine-learning/how-to-use-managed-identities.md",
5+
"redirect_url": "/articles/machine-learning/how-to-identity-based-service-authentication",
6+
"redirect_document_id": true
7+
},
48
{
59
"source_path_from_root": "/articles/machine-learning/tutorial-convert-ml-experiment-to-production.md",
610
"redirect_url": "/azure/machine-learning/v1/how-to-convert-ml-experiment-to-production",

articles/machine-learning/how-to-create-attach-compute-cluster.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ In the studio, choose **Low Priority** when you create a VM.
197197

198198
## Set up managed identity
199199

200-
[!INCLUDE [aml-clone-in-azure-notebook](../../includes/aml-managed-identity-intro.md)]
201-
202200
For information on how to configure a managed identity with your compute cluster, see [Set up authentication between Azure Machine Learning and other services](how-to-identity-based-service-authentication.md#compute-cluster).
203201

204202
## Troubleshooting

articles/machine-learning/how-to-identity-based-service-authentication.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ ms.custom: has-adal-ref, devx-track-js, contperf-fy21q2, subject-rbac-steps, cli
1515

1616
# Set up authentication between Azure ML and other services
1717

18-
[!INCLUDE [cli v2](../../includes/machine-learning-dev-v2.md)]
19-
18+
[!INCLUDE [dev v2](../../includes/machine-learning-dev-v2.md)]
19+
20+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
21+
> * [v1](./v1/how-to-use-managed-identities.md)
22+
> * [v2 (current version)](how-to-use-identity-based-service-authentication.md)
23+
2024
Azure Machine Learning is composed of multiple Azure services. There are multiple ways that authentication can happen between Azure Machine Learning and the services it relies on.
2125

2226

articles/machine-learning/how-to-use-managed-identities.md

Lines changed: 0 additions & 295 deletions
This file was deleted.

articles/machine-learning/v1/how-to-use-managed-identities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ ms.custom: cliv1, sdkv1, event-tier1-build-2022
1818
[!INCLUDE [sdk v1](../../../includes/machine-learning-sdk-v1.md)]
1919
[!INCLUDE [cli v1](../../../includes/machine-learning-cli-v1.md)]
2020

21-
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning CLI extension you are using:"]
21+
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
2222
> * [v1](how-to-use-managed-identities.md)
23-
> * [v2 (current version)](../how-to-use-managed-identities.md)
23+
> * [v2 (current version)](../how-to-use-identity-based-service-authentication.md)
2424
2525
[Managed identities](../../active-directory/managed-identities-azure-resources/overview.md) allow you to configure your workspace with the *minimum required permissions to access resources*.
2626

0 commit comments

Comments
 (0)