Skip to content

Commit 2ce96a8

Browse files
Merge pull request #210514 from Blackmist/vscode-update
updates for vscode
2 parents 5aac19e + aa191a9 commit 2ce96a8

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ These rule collections are described in more detail in [What are some Azure Fire
8888
1. Add __Application rules__ for the following hosts:
8989

9090
> [!NOTE]
91-
> This is not a complete list of the hosts required for all Python resources on the internet, only the most commonly used. For example, if you need access to a GitHub repository or other host, you must identify and add the required hosts for that scenario.
91+
> This is not a complete list of the hosts required for all hosts you may need to communicate with, only the most commonly used. For example, if you need access to a GitHub repository or other host, you must identify and add the required hosts for that scenario.
9292
9393
| **Host name** | **Purpose** |
9494
| ---- | ---- |
@@ -99,7 +99,10 @@ These rule collections are described in more detail in [What are some Azure Fire
9999
| **cloud.r-project.org** | Used when installing CRAN packages for R development. |
100100
| **\*pytorch.org** | Used by some examples based on PyTorch. |
101101
| **\*.tensorflow.org** | Used by some examples based on Tensorflow. |
102-
| **update.code.visualstudio.com**</br></br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script.|
102+
| **\*vscode.dev**</br>**\*vscode-unpkg.net**</br>**\*vscode-cdn.net**</br>**\*vscodeexperiments.azureedge.net**</br>**default.exp-tas.com** | Required to access vscode.dev (Visual Studio Code for the Web) |
103+
| **code.visualstudio.com** | Required to download and install VS Code desktop. This is not required for VS Code Web. |
104+
| **update.code.visualstudio.com**</br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script. |
105+
| **marketplace.visualstudio.com**</br>**vscode.blob.core.windows.net**</br>**\*.gallerycdn.vsassets.io** | Required to download and install VS Code extensions. These enable the remote connection to Compute Instances provided by the Azure ML extension for VS Code, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](./how-to-set-up-vs-code-remote.md) for more information. |
103106
| **raw.githubusercontent.com/microsoft/vscode-tools-for-ai/master/azureml_remote_websocket_server/\*** | Used to retrieve websocket server bits that are installed on the compute instance. The websocket server is used to transmit requests from Visual Studio Code client (desktop application) to Visual Studio Code server running on the compute instance.|
104107
| **dc.applicationinsights.azure.com** | Used to collect metrics and diagnostics information when working with Microsoft support. |
105108
| **dc.applicationinsights.microsoft.com** | Used to collect metrics and diagnostics information when working with Microsoft support. |
@@ -411,7 +414,10 @@ The hosts in this section are used to install Visual Studio Code packages to est
411414
412415
| **Host name** | **Purpose** |
413416
| ---- | ---- |
414-
| **update.code.visualstudio.com**</br></br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script.|
417+
| **\*vscode.dev**</br>**\*vscode-unpkg.net**</br>**\*vscode-cdn.net**</br>**\*vscodeexperiments.azureedge.net**</br>**default.exp-tas.com** | Required to access vscode.dev (Visual Studio Code for the Web) |
418+
| **code.visualstudio.com** | Required to download and install VS Code desktop. This is not required for VS Code Web. |
419+
| **update.code.visualstudio.com**</br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script. |
420+
| **marketplace.visualstudio.com**</br>**vscode.blob.core.windows.net**</br>**\*.gallerycdn.vsassets.io** | Required to download and install VS Code extensions. These enable the remote connection to Compute Instances provided by the Azure ML extension for VS Code, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](./how-to-set-up-vs-code-remote.md) for more information. |
415421
| **raw.githubusercontent.com/microsoft/vscode-tools-for-ai/master/azureml_remote_websocket_server/\*** |Used to retrieve websocket server bits that are installed on the compute instance. The websocket server is used to transmit requests from Visual Studio Code client (desktop application) to Visual Studio Code server running on the compute instance. |
416422

417423
## Next steps

includes/machine-learning-public-internet-access.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: blackmist
55
ms.service: machine-learning
66
services: machine-learning
77
ms.topic: include
8-
ms.date: 08/26/2022
8+
ms.date: 09/08/2022
99
ms.author: larryfr
1010
ms.custom: include file
1111
---
@@ -48,7 +48,9 @@ You may also need to allow __outbound__ traffic to Visual Studio Code and non-Mi
4848
| **cloud.r-project.org** | Used when installing CRAN packages for R development. |
4949
| **\*pytorch.org** | Used by some examples based on PyTorch. |
5050
| **\*.tensorflow.org** | Used by some examples based on Tensorflow. |
51-
| **update.code.visualstudio.com**</br></br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits, which are installed on the compute instance through a setup script.|
51+
| **code.visualstudio.com** | Required to download and install VS Code desktop. This is not required for VS Code Web. |
52+
| **update.code.visualstudio.com**</br>**\*.vo.msecnd.net** | Used to retrieve VS Code server bits that are installed on the compute instance through a setup script. |
53+
| **marketplace.visualstudio.com**</br>**vscode.blob.core.windows.net**</br>**\*.gallerycdn.vsassets.io** | Required to download and install VS Code extensions. These enable the remote connection to Compute Instances provided by the Azure ML extension for VS Code, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](/azure/machine-learning/how-to-set-up-vs-code-remote) for more information. |
5254
| **raw.githubusercontent.com/microsoft/vscode-tools-for-ai/master/azureml_remote_websocket_server/\*** | Used to retrieve websocket server bits, which are installed on the compute instance. The websocket server is used to transmit requests from Visual Studio Code client (desktop application) to Visual Studio Code server running on the compute instance.|
5355

5456
When using Azure Kubernetes Service (AKS) with Azure Machine Learning, allow the following traffic to the AKS VNet:

0 commit comments

Comments
 (0)