Skip to content

Commit 662622e

Browse files
Merge pull request #227027 from Blackmist/conditional-access
Flagging as unsupported
2 parents d7a6014 + a4015c6 commit 662622e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ You can also assign policies by using [Azure PowerShell](../governance/policy/as
5454

5555
## Conditional access policies
5656

57-
To control who can access your Azure Machine Learning workspace, use Azure Active Directory [Conditional Access](../active-directory/conditional-access/overview.md).
57+
> [!IMPORTANT]
58+
> [Azure AD Conditional Access](/azure/active-directory/conditional-access/overview) is __not__ supported with Azure Machine Learning.
5859
5960
## Enable self-service using landing zones
6061

articles/machine-learning/how-to-setup-authentication.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Learn how to set up authentication to your Azure Machine Learning workspace from
3333

3434
Regardless of the authentication workflow used, Azure role-based access control (Azure RBAC) is used to scope the level of access (authorization) allowed to the resources. For example, an admin or automation process might have access to create a compute instance, but not use it, while a data scientist could use it, but not delete or create it. For more information, see [Manage access to Azure Machine Learning workspace](how-to-assign-roles.md).
3535

36-
Azure AD Conditional Access can be used to further control or restrict access to the workspace for each authentication workflow. For example, an admin can allow workspace access from managed devices only.
37-
3836
## Prerequisites
3937

4038
* Create an [Azure Machine Learning workspace](how-to-manage-workspace.md).
@@ -316,8 +314,8 @@ print(ml_client)
316314

317315
## Use Conditional Access
318316

319-
As an administrator, you can enforce [Azure AD Conditional Access policies](../active-directory/conditional-access/overview.md) for users signing in to the workspace. For example, you
320-
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](../active-directory/conditional-access/concept-conditional-access-cloud-apps.md) to Machine Learning Cloud app.
317+
> [!IMPORTANT]
318+
> [Azure AD Conditional Access](/azure/active-directory/conditional-access/overview) is __not__ supported with Azure Machine Learning.
321319
322320
## Next steps
323321

articles/machine-learning/v1/how-to-setup-authentication.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Learn how to set up authentication to your Azure Machine Learning workspace. Aut
3333

3434
Regardless of the authentication workflow used, Azure role-based access control (Azure RBAC) is used to scope the level of access (authorization) allowed to the resources. For example, an admin or automation process might have access to create a compute instance, but not use it, while a data scientist could use it, but not delete or create it. For more information, see [Manage access to Azure Machine Learning workspace](../how-to-assign-roles.md).
3535

36-
Azure AD Conditional Access can be used to further control or restrict access to the workspace for each authentication workflow. For example, an admin can allow workspace access from managed devices only.
37-
3836
## Prerequisites
3937

4038
* Create an [Azure Machine Learning workspace](../how-to-manage-workspace.md).
@@ -254,8 +252,8 @@ ws = Workspace(subscription_id="your-sub-id",
254252

255253
## Use Conditional Access
256254

257-
As an administrator, you can enforce [Azure AD Conditional Access policies](../../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](../../active-directory/conditional-access/concept-conditional-access-cloud-apps.md) to Machine Learning Cloud app.
255+
> [!IMPORTANT]
256+
> [Azure AD Conditional Access](/azure/active-directory/conditional-access/overview) is __not__ supported with Azure Machine Learning.
259257
260258
## Next steps
261259

0 commit comments

Comments
 (0)