You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-setup-authentication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Azure AD Conditional Access can be used to further control or restrict access to
44
44
45
45
All the authentication workflows for your workspace rely on Azure Active Directory. If you want users to authenticate using individual accounts, they must have accounts in your Azure AD. If you want to use service principals, they must exist in your Azure AD. Managed identities are also a feature of Azure AD.
46
46
47
-
For more on Azure AD, see [What is Azure Active Directory authentication](/azure/active-directory/authentication/overview-authentication.md).
47
+
For more on Azure AD, see [What is Azure Active Directory authentication](/azure/active-directory/authentication/overview-authentication).
48
48
49
49
Once you've created the Azure AD accounts, see [Manage access to Azure Machine Learning workspace](../how-to-assign-roles.md) for information on granting them access to the workspace and other operations in Azure Machine Learning.
50
50
@@ -133,7 +133,7 @@ The easiest way to create an SP and grant access to your workspace is by using t
133
133
134
134
### Managed identity with a VM
135
135
136
-
1. Enable a [system-assigned managed identity for Azure resources on the VM](/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#system-assigned-managed-identity).
136
+
1. Enable a [system-assigned managed identity for Azure resources on the VM](/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm#system-assigned-managed-identity).
137
137
138
138
1. From the [Azure portal](https://portal.azure.com), select your workspace and then select __Access Control (IAM)__.
139
139
1. Select __Add__, __Add Role Assignment__ to open the __Add role assignment page__.
As an administrator, you can enforce [Azure AD Conditional Access policies](/azure/active-directory/conditional-access/overview.md) for users signing in to the workspace. For example, you
258
-
can require two-factor authentication, or allow sign in only from managed devices. To use Conditional Access for Azure Machine Learning workspaces specifically, [assign the Conditional Access policy](/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps.md) to Machine Learning Cloud app.
257
+
As an administrator, you can enforce [Azure AD Conditional Access policies](/azure/active-directory/conditional-access/overview) for users signing in to the workspace. For example, you
258
+
can require two-factor authentication, or allow sign in only from managed devices. To use Conditional Access for Azure Machine Learning workspaces specifically, [assign the Conditional Access policy](/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps) to Machine Learning Cloud app.
0 commit comments