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
@@ -47,21 +47,12 @@ The managed virtual network is preconfigured with [required default rules](#list
47
47
|---|---|---|
48
48
|Isolation Mode|• Allow internet outbound<br>• Allow only approved outbound||
49
49
|Compute|•[Compute Instance](concept-compute-instance.md)<br>•[Compute Cluster](how-to-create-attach-compute-cluster.md)<br>•[Serverless](how-to-use-serverless-compute.md)<br>•[Serverless spark](apache-spark-azure-ml-concepts.md)|• New managed online endpoint creation<br>• Migration of existing managed online endpoint<br>• No Public IP option of Compute Instance, Compute Cluster and Serverless|
50
-
|Outbound|• Private Endpoint<br>• Service Tag|• FQDN|
50
+
|Outbound|• Private Endpoint<br>• Service Tag|• FQDN|
51
51
52
52
## Prerequisites
53
53
54
54
Before following the steps in this article, make sure you have the following prerequisites:
55
55
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:
* 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
278
269
279
270
* __Create a new workspace__:
280
271
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.
282
273
1. Provide the required information on the __Basics__ tab.
283
274
1. From the __Networking__ tab, select __Private with Internet Outbound__.
284
275
@@ -291,7 +282,7 @@ To configure a managed VNet that allows internet outbound communications, use th
291
282
> [!WARNING]
292
283
> 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.
293
284
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.
295
286
1. Select __Networking__, then select __Private with Internet Outbound__. Select __Save__ to save the changes.
296
287
297
288
:::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
516
507
517
508
* __Create a new workspace__:
518
509
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.
520
511
1. Provide the required information on the __Basics__ tab.
521
512
1. From the __Networking__ tab, select __Private with Approved Outbound__.
522
513
@@ -529,7 +520,7 @@ To configure a managed VNet that allows only approved outbound communications, u
529
520
> [!WARNING]
530
521
> 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.
531
522
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.
533
524
1. Select __Networking__, then select __Private with Approved Outbound__. Select __Save__ to save the changes.
534
525
535
526
:::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
610
601
611
602
# [Azure portal](#tab/portal)
612
603
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.
614
605
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.
615
606
616
607
:::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":::
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.
703
694
1. Select __Networking__. The __Workspace Outbound access__ section allows you to manage outbound rules.
704
695
705
696
:::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