Skip to content

Commit a527de4

Browse files
committed
fixing link
1 parent c55163e commit a527de4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To configure a managed VNet that allows internet outbound communications, use th
269269

270270
* __Create a new workspace__:
271271

272-
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.
273273
1. Provide the required information on the __Basics__ tab.
274274
1. From the __Networking__ tab, select __Private with Internet Outbound__.
275275

@@ -282,7 +282,7 @@ To configure a managed VNet that allows internet outbound communications, use th
282282
> [!WARNING]
283283
> 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.
284284

285-
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.
286286
1. Select __Networking__, then select __Private with Internet Outbound__. Select __Save__ to save the changes.
287287

288288
:::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":::
@@ -507,7 +507,7 @@ To configure a managed VNet that allows only approved outbound communications, u
507507

508508
* __Create a new workspace__:
509509

510-
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.
511511
1. Provide the required information on the __Basics__ tab.
512512
1. From the __Networking__ tab, select __Private with Approved Outbound__.
513513

@@ -520,7 +520,7 @@ To configure a managed VNet that allows only approved outbound communications, u
520520
> [!WARNING]
521521
> 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.
522522

523-
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.
524524
1. Select __Networking__, then select __Private with Approved Outbound__. Select __Save__ to save the changes.
525525

526526
:::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":::
@@ -601,7 +601,7 @@ To enable the [serverless spark jobs](how-to-submit-spark-jobs.md) for the manag
601601

602602
# [Azure portal](#tab/portal)
603603

604-
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.
605605
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.
606606

607607
:::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":::
@@ -690,7 +690,7 @@ ml_client._workspace_outbound_rules.begin_remove(resource_group, ws_name, rule_n
690690

691691
# [Azure portal](#tab/portal)
692692

693-
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.
694694
1. Select __Networking__. The __Workspace Outbound access__ section allows you to manage outbound rules.
695695

696696
:::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)