Skip to content

Commit 987ca9b

Browse files
author
Larry Franks
committed
adding note about studio UI
1 parent f5b500e commit 987ca9b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ You can also assign policies by using [Azure PowerShell](../governance/policy/as
5656

5757
To control who can access your Azure Machine Learning workspace, use Azure Active Directory [Conditional Access](../active-directory/conditional-access/overview.md).
5858

59+
> [!IMPORTANT]
60+
> Azure Machine Learning studio cannot be added in cloud apps in Azure AD Conditional Access, as the studio UI is a client application.
61+
5962
## Enable self-service using landing zones
6063

6164
Landing zones are an architectural pattern to set up Azure environments that accounts for scale, governance, security, and productivity. A data landing zone is an administator-configured environment that an application team uses to host a data and analytics workload.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,9 @@ print(ml_client)
319319
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
320320
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.
321321

322+
> [!IMPORTANT]
323+
> Azure Machine Learning studio cannot be added in cloud apps in Azure AD Conditional Access, as the studio UI is a client application.
324+
322325
## Next steps
323326

324327
* [How to use secrets in training](how-to-use-secrets-in-runs.md).

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ ws = Workspace(subscription_id="your-sub-id",
257257
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
258258
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.
259259

260+
> [!IMPORTANT]
261+
> Azure Machine Learning studio cannot be added in cloud apps in Azure AD Conditional Access, as the studio UI is a client application.
262+
260263
## Next steps
261264

262265
* [How to use secrets in training](../how-to-use-secrets-in-runs.md).

0 commit comments

Comments
 (0)