Skip to content

Commit 4660ed6

Browse files
Merge pull request #264654 from meerakurup/patch-1
Update how-to-managed-network.md
2 parents aa6bff9 + 05326a8 commit 4660ed6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following diagram shows a managed VNet configured to __allow only approved o
5757
:::image type="content" source="./media/how-to-managed-network/only-approved-outbound.svg" alt-text="Diagram of managed VNet isolation configured for allow only approved outbound." lightbox="./media/how-to-managed-network/only-approved-outbound.svg":::
5858

5959
> [!NOTE]
60-
> Once a managed VNet workspace is configured to __allow only approved outbound__, the workspace cannot be reconfigured to __allow internet outbound__. Please keep this in mind when configuring managed VNet for your workspace.
60+
> Once a managed VNet workspace is configured to __allow internet outbound__, the workspace cannot be reconfigured to __disabled__. Similarily, once a managed VNet workspace is configured to __allow only approved outbound__, the workspace cannot be reconfigured to __allow internet outbound__. Please keep this in mind when selecting the isolation mode for managed VNet in your workspace.
6161
6262

6363
### Azure Machine Learning studio
@@ -98,6 +98,8 @@ Before following the steps in this article, make sure you have the following pre
9898
9999
* The Azure CLI examples in this article use `ws` to represent the name of the workspace, and `rg` to represent the name of the resource group. Change these values as needed when using the commands with your Azure subscription.
100100
101+
* With Azure CLI and managed VNet, SSH using public IP works, but SSH using private IP doesn't work.
102+
101103
# [Python SDK](#tab/python)
102104
103105
* 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/).
@@ -1003,6 +1005,7 @@ If you plan to use __Visual Studio Code__ with Azure Machine Learning, add outbo
10031005
* `update.code.visualstudio.com`
10041006
* `*.vo.msecnd.net`
10051007
* `marketplace.visualstudio.com`
1008+
* `vscode.download.prss.microsoft.com`
10061009

10071010
### Scenario: Use batch endpoints
10081011

0 commit comments

Comments
 (0)