Skip to content

Commit 3106d42

Browse files
author
Larry Franks
committed
fixing error
1 parent c86d92d commit 3106d42

8 files changed

+9
-9
lines changed

articles/machine-learning/concept-enterprise-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We don't recommend that admins revoke the access of the managed identity to the
5858
>
5959
> If your workspace has attached AKS clusters, _and they were created before May 14th, 2021_, __do not delete this Azure AD account__. In this scenario, you must first delete and recreate the AKS cluster before you can delete the Azure AD account.
6060
61-
You can provision the workspace to use user-assigned managed identity, and grant the managed identity additional roles, for example to access your own Azure Container Registry for base Docker images. For more information, see [Use managed identities for access control](how-to-use-managed-identities.md).
61+
You can provision the workspace to use user-assigned managed identity, and grant the managed identity additional roles, for example to access your own Azure Container Registry for base Docker images. For more information, see [Use managed identities for access control](how-to-identity-based-service-authentication.md).
6262

6363
You can also configure managed identities for use with Azure Machine Learning compute cluster. This managed identity is independent of workspace managed identity. With a compute cluster, the managed identity is used to access resources such as secured datastores that the user running the training job may not have access to. For more information, see [Identity-based data access to storage services on Azure](how-to-identity-based-data-access.md).
6464

@@ -72,7 +72,7 @@ For more information, see the following articles:
7272
* [Manage access to Azure Machine Learning](how-to-assign-roles.md)
7373
* [Connect to storage services](how-to-access-data.md)
7474
* [Use Azure Key Vault for secrets when training](how-to-use-secrets-in-runs.md)
75-
* [Use Azure AD managed identity with Azure Machine Learning](how-to-use-managed-identities.md)
75+
* [Use Azure AD managed identity with Azure Machine Learning](how-to-identity-based-service-authentication.md)
7676

7777
## Network security and isolation
7878

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The example template has two **required** parameters:
6868
> [!TIP]
6969
> While the template associated with this document creates a new Azure Container Registry, you can also create a new workspace without creating a container registry. One will be created when you perform an operation that requires a container registry. For example, training or deploying a model.
7070
>
71-
> You can also reference an existing container registry or storage account in the Azure Resource Manager template, instead of creating a new one. When doing so, you must either [use a managed identity](how-to-use-managed-identities.md) (preview), or [enable the admin account](../container-registry/container-registry-authentication.md#admin-account) for the container registry.
71+
> You can also reference an existing container registry or storage account in the Azure Resource Manager template, instead of creating a new one. When doing so, you must either [use a managed identity](how-to-identity-based-service-authentication.md) (preview), or [enable the admin account](../container-registry/container-registry-authentication.md#admin-account) for the container registry.
7272
7373
[!INCLUDE [machine-learning-delete-acr](../../includes/machine-learning-delete-acr.md)]
7474

articles/machine-learning/how-to-identity-based-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The same behavior applies when you:
4848
4949
### Model training on private data
5050

51-
Certain machine learning scenarios involve training models with private data. In such cases, data scientists need to run training workflows without being exposed to the confidential input data. In this scenario, a [managed identity](how-to-use-managed-identities.md) of the training compute is used for data access authentication. This approach allows storage admins to grant Storage Blob Data Reader access to the managed identity that the training compute uses to run the training job. The individual data scientists don't need to be granted access. For more information, see [Set up managed identity on a compute cluster](how-to-create-attach-compute-cluster.md#set-up-managed-identity).
51+
Certain machine learning scenarios involve training models with private data. In such cases, data scientists need to run training workflows without being exposed to the confidential input data. In this scenario, a [managed identity](how-to-identity-based-service-authentication.md) of the training compute is used for data access authentication. This approach allows storage admins to grant Storage Blob Data Reader access to the managed identity that the training compute uses to run the training job. The individual data scientists don't need to be granted access. For more information, see [Set up managed identity on a compute cluster](how-to-create-attach-compute-cluster.md#set-up-managed-identity).
5252

5353
## Prerequisites
5454

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: has-adal-ref, devx-track-js, contperf-fy21q2, subject-rbac-steps, cli
1919

2020
> [!div class="op_single_selector" title1="Select the version of Azure Machine Learning SDK or CLI extension you are using:"]
2121
> * [v1](./v1/how-to-use-managed-identities.md)
22-
> * [v2 (current version)](how-to-use-identity-based-service-authentication.md)
22+
> * [v2 (current version)](./how-to-identity-based-service-authentication.md)
2323
2424
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.
2525

articles/machine-learning/how-to-integrate-azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To configure this policy, set the effect parameter to __DeployIfNotExists__. Set
9898

9999
### Workspace should use user-assigned managed identity
100100

101-
Controls whether a workspace is created using a system-assigned managed identity (default) or a user-assigned managed identity. The managed identity for the workspace is used to access associated resources such as Azure Storage, Azure Container Registry, Azure Key Vault, and Azure Application Insights. For more information, see [Use managed identities with Azure Machine Learning](how-to-use-managed-identities.md).
101+
Controls whether a workspace is created using a system-assigned managed identity (default) or a user-assigned managed identity. The managed identity for the workspace is used to access associated resources such as Azure Storage, Azure Container Registry, Azure Key Vault, and Azure Application Insights. For more information, see [Use managed identities with Azure Machine Learning](how-to-identity-based-service-authentication.md).
102102

103103
To configure this policy, set the effect parameter to __audit__, __deny__, or __disabled__. If set to __audit__, you can create a workspace without specifying a user-assigned managed identity. A system-assigned identity is used and a warning event is created in the activity log.
104104

articles/machine-learning/how-to-setup-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To create the key vault, see [Create a key vault](../key-vault/general/quick-cre
6262
> For more information, see the following articles:
6363
> * [Provide access to key vault keys, certificates, and secrets](../key-vault/general/rbac-guide.md)
6464
> * [Assign a key vault access policy](../key-vault/general/assign-access-policy.md)
65-
> * [Use managed identities with Azure Machine Learning](how-to-use-managed-identities.md)
65+
> * [Use managed identities with Azure Machine Learning](how-to-identity-based-service-authentication.md)
6666
6767
1. From the [Azure portal](https://portal.azure.com), select the key vault instance. Then select __Keys__ from the left.
6868
1. Select __+ Generate/import__ from the top of the page. Use the following values to create a key:

articles/machine-learning/how-to-use-environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ build = env.build_local(workspace=ws, useDocker=True, pushImageToWorkspaceAcr=Tr
328328
329329
### Utilize adminless Azure Container Registry (ACR) with VNet
330330

331-
It is no longer required for users to have admin mode enabled on their workspace attached ACR in VNet scenarios. Ensure that the derived image build time on the compute is less than 1 hour to enable successful build. Once the image is pushed to the workspace ACR, this image can now only be accessed with a compute identity. For more information on set up, see [How to use managed identities with Azure Machine Learning](./how-to-use-managed-identities.md).
331+
It is no longer required for users to have admin mode enabled on their workspace attached ACR in VNet scenarios. Ensure that the derived image build time on the compute is less than 1 hour to enable successful build. Once the image is pushed to the workspace ACR, this image can now only be accessed with a compute identity. For more information on set up, see [How to use managed identities with Azure Machine Learning](./how-to-identity-based-service-authentication.md).
332332

333333
## Use environments for training
334334

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.custom: cliv1, sdkv1, event-tier1-build-2022
2020

2121
> [!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-identity-based-service-authentication.md)
23+
> * [v2 (current version)](../how-to-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)