You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-access-azureml-behind-firewall.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ These rule collections are described in more detail in [What are some Azure Fire
88
88
1. Add __Application rules__ for the following hosts:
89
89
90
90
> [!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.
92
92
93
93
|**Host name**|**Purpose**|
94
94
| ---- | ---- |
@@ -99,7 +99,10 @@ These rule collections are described in more detail in [What are some Azure Fire
99
99
|**cloud.r-project.org**| Used when installing CRAN packages for R development. |
100
100
|**\*pytorch.org**| Used by some examples based on PyTorch. |
101
101
|**\*.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. |
103
106
|**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.|
104
107
|**dc.applicationinsights.azure.com**| Used to collect metrics and diagnostics information when working with Microsoft support. |
105
108
|**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
411
414
412
415
|**Host name**|**Purpose**|
413
416
| ---- | ---- |
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. |
415
421
|**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. |
Copy file name to clipboardExpand all lines: includes/machine-learning-public-internet-access.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: blackmist
5
5
ms.service: machine-learning
6
6
services: machine-learning
7
7
ms.topic: include
8
-
ms.date: 08/26/2022
8
+
ms.date: 09/08/2022
9
9
ms.author: larryfr
10
10
ms.custom: include file
11
11
---
@@ -48,7 +48,9 @@ You may also need to allow __outbound__ traffic to Visual Studio Code and non-Mi
48
48
|**cloud.r-project.org**| Used when installing CRAN packages for R development. |
49
49
|**\*pytorch.org**| Used by some examples based on PyTorch. |
50
50
|**\*.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](./how-to-set-up-vs-code-remote.md) for more information. |
52
54
|**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.|
53
55
54
56
When using Azure Kubernetes Service (AKS) with Azure Machine Learning, allow the following traffic to the AKS VNet:
0 commit comments