Skip to content

Commit aac65b9

Browse files
author
Larry Franks
committed
formatting
1 parent a6d49ad commit aac65b9

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ You may also need to allow __outbound__ traffic to Visual Studio Code and non-Mi
5151

5252
| Host name | Purpose |
5353
| ----- | ----- |
54-
| **anaconda.com**</br>**\*.anaconda.com** | Used to install default packages. |
55-
| **\*.anaconda.org** | Used to get repo data. |
56-
| **pypi.org** | Used to list dependencies from the default index, if any, and the index isn't overwritten by user settings. If the index is overwritten, you must also allow **\*.pythonhosted.org**. |
57-
| **cloud.r-project.org** | Used when installing CRAN packages for R development. |
58-
| **\*pytorch.org** | Used by some examples based on PyTorch. |
59-
| **\*.tensorflow.org** | Used by some examples based on Tensorflow. |
60-
| **code.visualstudio.com** | Required to download and install Visual Studio Code desktop. This isn't required for Visual Studio Code Web. |
61-
| **update.code.visualstudio.com**</br>**\*.vo.msecnd.net** | Used to retrieve Visual Studio Code server bits that are installed on the compute instance through a setup script. |
62-
| **marketplace.visualstudio.com**</br>**vscode.blob.core.windows.net**</br>**\*.gallerycdn.vsassets.io** | Required to download and install Visual Studio Code extensions. These hosts enable the remote connection to Compute Instances provided by the Azure ML extension for Visual Studio Code. For more information, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](../articles/machine-learning/how-to-set-up-vs-code-remote.md). |
63-
| **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.|
54+
| `anaconda.com`</br>`*.anaconda.com` | Used to install default packages. |
55+
| `*.anaconda.org` | Used to get repo data. |
56+
| `pypi.org` | Used to list dependencies from the default index, if any, and the index isn't overwritten by user settings. If the index is overwritten, you must also allow `*.pythonhosted.org`. |
57+
| `cloud.r-project.org` | Used when installing CRAN packages for R development. |
58+
| `*pytorch.org` | Used by some examples based on PyTorch. |
59+
| `*.tensorflow.org` | Used by some examples based on Tensorflow. |
60+
| `code.visualstudio.com` | Required to download and install Visual Studio Code desktop. This isn't required for Visual Studio Code Web. |
61+
| `update.code.visualstudio.com`</br>`*.vo.msecnd.net` | Used to retrieve Visual Studio Code server bits that are installed on the compute instance through a setup script. |
62+
| `marketplace.visualstudio.com`</br>`vscode.blob.core.windows.net`</br>`*.gallerycdn.vsassets.io` | Required to download and install Visual Studio Code extensions. These hosts enable the remote connection to Compute Instances provided by the Azure ML extension for Visual Studio Code. For more information, see [Connect to an Azure Machine Learning compute instance in Visual Studio Code](../articles/machine-learning/how-to-set-up-vs-code-remote.md). |
63+
| `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.|
6464

6565
> [!NOTE]
6666
> When using the [Azure Machine Learning VS Code extension](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.vscode-ai) the remote compute instance will require an access to public repositories to install the packages required by the extension. If the compute instance requires a proxy to access these public repositories or the Internet, you will need to set and export the `HTTP_PROXY` and `HTTPS_PROXY` environment variables in the `~/.bashrc` file of the compute instance. This process can be automated at provisioning time by using a [custom script](../articles/machine-learning/how-to-customize-compute-instance.md).

0 commit comments

Comments
 (0)