Skip to content

Commit 4b43433

Browse files
authored
Update how-to-access-azureml-behind-firewall.md
Add more details about vs code port selection
1 parent 838df28 commit 4b43433

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ To install the Azure Machine Learning extension on Kubernetes compute, all Azure
197197

198198

199199
## Scenario: Visual Studio Code
200+
Visual Studio Code relies on specific hosts and ports to establish a remote connection.
200201

202+
### Hosts
201203
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.
202204

203205
> [!NOTE]
@@ -212,6 +214,9 @@ The hosts in this section are used to install Visual Studio Code packages to est
212214
| `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. |
213215
| `vscode.download.prss.microsoft.com` | Used for Visual Studio Code download CDN |
214216

217+
### Ports
218+
You must allow network traffic to ports 8704 to 8710. The VS Code server dynamically selects the first available port within this range.
219+
215220
## Scenario: Third party firewall or Azure Firewall without service tags
216221

217222
The guidance in this section is generic, as each firewall has its own terminology and specific configurations. If you have questions, check the documentation for the firewall you're using.

0 commit comments

Comments
 (0)