Skip to content

Commit d1b140f

Browse files
Merge pull request #242562 from Blackmist/remove-opt-in
Remove opt in
2 parents 132995a + a527de4 commit d1b140f

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: larryfr
99
ms.author: jhirono
1010
author: jhirono
11-
ms.date: 05/23/2023
11+
ms.date: 06/22/2023
1212
ms.topic: how-to
1313
ms.custom: build-2023
1414
---
@@ -47,21 +47,12 @@ The managed virtual network is preconfigured with [required default rules](#list
4747
|---|---|---|
4848
|Isolation Mode| &#x2022; Allow internet outbound<br>&#x2022; Allow only approved outbound||
4949
|Compute|&#x2022; [Compute Instance](concept-compute-instance.md)<br>&#x2022; [Compute Cluster](how-to-create-attach-compute-cluster.md)<br>&#x2022; [Serverless](how-to-use-serverless-compute.md)<br>&#x2022; [Serverless spark](apache-spark-azure-ml-concepts.md)|&#x2022; New managed online endpoint creation<br>&#x2022; Migration of existing managed online endpoint<br>&#x2022; No Public IP option of Compute Instance, Compute Cluster and Serverless|
50-
|Outbound|&#x2022; Private Endpoint<br>&#x2022; Service Tag|&#x2022; FQDN|
50+
|Outbound|&#x2022; Private Endpoint<br>&#x2022; Service Tag|&#x2022; FQDN|
5151

5252
## Prerequisites
5353

5454
Before following the steps in this article, make sure you have the following prerequisites:
5555

56-
> [!IMPORTANT]
57-
> To use the information in this article, you must enable this preview feature for your subscription. To check whether it has been registered, or to register it, use the steps in the [Set up preview features in Azure subscription](/azure/azure-resource-manager/management/preview-features). Depending on whether you use the Azure portal, Azure CLI, or Azure PowerShell, you may need to register the feature with a different name. Use the following table to determine the name of the feature to register:
58-
>
59-
> | Registration method | Feature name |
60-
> | ----- | ----- |
61-
> | Azure portal | `Azure Machine Learning Managed Network` |
62-
> | Azure CLI | `AMLManagedNetworkEnabled` |
63-
> | Azure PowerShell | `AMLManagedNetworkEnabled` |
64-
6556
# [Azure CLI](#tab/azure-cli)
6657

6758
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
@@ -278,7 +269,7 @@ To configure a managed VNet that allows internet outbound communications, use th
278269

279270
* __Create a new workspace__:
280271

281-
1. Sign in to the [Azure portal](https://ms.azure.com), and choose Azure Machine Learning from Create a resource menu.
272+
1. Sign in to the [Azure portal](https://portal.azure.com), and choose Azure Machine Learning from Create a resource menu.
282273
1. Provide the required information on the __Basics__ tab.
283274
1. From the __Networking__ tab, select __Private with Internet Outbound__.
284275

@@ -291,7 +282,7 @@ To configure a managed VNet that allows internet outbound communications, use th
291282
> [!WARNING]
292283
> Before updating an existing workspace to use a managed virtual network, you must delete all computing resources for the workspace. This includes compute instance, compute cluster, and managed online endpoints.
293284

294-
1. Sign in to the [Azure portal](https://ms.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
285+
1. Sign in to the [Azure portal](https://portal.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
295286
1. Select __Networking__, then select __Private with Internet Outbound__. Select __Save__ to save the changes.
296287

297288
:::image type="content" source="./media/how-to-managed-network/update-managed-network-internet-outbound.png" alt-text="Screenshot of updating a workspace to managed network with internet outbound." lightbox="./media/how-to-managed-network/update-managed-network-internet-outbound.png":::
@@ -516,7 +507,7 @@ To configure a managed VNet that allows only approved outbound communications, u
516507

517508
* __Create a new workspace__:
518509

519-
1. Sign in to the [Azure portal](https://ms.azure.com), and choose Azure Machine Learning from Create a resource menu.
510+
1. Sign in to the [Azure portal](https://portal.azure.com), and choose Azure Machine Learning from Create a resource menu.
520511
1. Provide the required information on the __Basics__ tab.
521512
1. From the __Networking__ tab, select __Private with Approved Outbound__.
522513

@@ -529,7 +520,7 @@ To configure a managed VNet that allows only approved outbound communications, u
529520
> [!WARNING]
530521
> Before updating an existing workspace to use a managed virtual network, you must delete all computing resources for the workspace. This includes compute instance, compute cluster, and managed online endpoints.
531522

532-
1. Sign in to the [Azure portal](https://ms.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
523+
1. Sign in to the [Azure portal](https://portal.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
533524
1. Select __Networking__, then select __Private with Approved Outbound__. Select __Save__ to save the changes.
534525

535526
:::image type="content" source="./media/how-to-managed-network/update-managed-network-approved-outbound.png" alt-text="Screenshot of updating a workspace to managed network with approved outbound." lightbox="./media/how-to-managed-network/update-managed-network-approved-outbound.png":::
@@ -610,7 +601,7 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
610601

611602
# [Azure portal](#tab/portal)
612603

613-
1. Sign in to the [Azure portal](https://ms.azure.com), and select the Azure Machine Learning workspace.
604+
1. Sign in to the [Azure portal](https://portal.azure.com), and select the Azure Machine Learning workspace.
614605
1. Select __Networking__, then select __Add user-defined outbound rules__. Add a rule for the Azure Storage Account, and make sure that __Spark enabled__ is selected.
615606

616607
:::image type="content" source="./media/how-to-managed-network/add-outbound-spark-enabled.png" alt-text="Screenshot of an endpoint rule with Spark enabled selected." lightbox="./media/how-to-managed-network/add-outbound-spark-enabled.png":::
@@ -699,7 +690,7 @@ ml_client._workspace_outbound_rules.begin_remove(resource_group, ws_name, rule_n
699690

700691
# [Azure portal](#tab/portal)
701692

702-
1. Sign in to the [Azure portal](https://ms.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
693+
1. Sign in to the [Azure portal](https://portal.azure.com), and select the Azure Machine Learning workspace that you want to enable managed virtual network isolation for.
703694
1. Select __Networking__. The __Workspace Outbound access__ section allows you to manage outbound rules.
704695

705696
:::image type="content" source="./media/how-to-managed-network/manage-outbound-rules.png" alt-text="Screenshot of the outbound rules section." lightbox="./media/how-to-managed-network/manage-outbound-rules.png":::

0 commit comments

Comments
 (0)