Skip to content

Commit d8020b5

Browse files
author
Larry Franks
committed
removing note as it isn't needed/accurate
1 parent b43b54c commit d8020b5

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ 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-
6259
## Enable self-service using landing zones
6360

6461
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@ 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-
325322
## Next steps
326323

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

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,6 @@ 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-
263260
## Next steps
264261

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

0 commit comments

Comments
 (0)