Skip to content

Commit 50ed1a1

Browse files
Merge pull request #265110 from meerakurup/patch-1
Update how-to-access-azureml-behind-firewall.md
2 parents 6abfd27 + e469ebb commit 50ed1a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ To install the Azure Machine Learning extension on Kubernetes compute, all Azure
201201
The hosts in this section are used to install Visual Studio Code packages to establish a remote connection between Visual Studio Code and compute instances in your Azure Machine Learning workspace.
202202

203203
> [!NOTE]
204-
> This is not a complete list of the hosts required for all Visual Studio Code 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.
204+
> This is not a complete list of the hosts required for all Visual Studio Code 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. For a complete list of host names, see [Network Connections in Visual Studio Code](https://code.visualstudio.com/docs/setup/network).
205205
206206
| __Host name__ | __Purpose__ |
207207
| ---- | ---- |
@@ -210,6 +210,7 @@ The hosts in this section are used to install Visual Studio Code packages to est
210210
| `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. |
211211
| `marketplace.visualstudio.com`<br>`vscode.blob.core.windows.net`<br>`*.gallerycdn.vsassets.io` | Required to download and install VS Code extensions. These hosts enable the remote connection to compute instances using the Azure Machine Learning extension for VS Code. For more information, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](./how-to-set-up-vs-code-remote.md) |
212212
| `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. |
213+
| `vscode.download.prss.microsoft.com` | Used for Visual Studio Code download CDN |
213214

214215
## Scenario: Third party firewall or Azure Firewall without service tags
215216

0 commit comments

Comments
 (0)