From 1848abcbe7cdc44e04216ba34ebc4ed411b5f12e Mon Sep 17 00:00:00 2001 From: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:23:53 +0300 Subject: [PATCH 1/2] Update how-to-access-azureml-behind-firewall.md Adding info for port 5831 UDP protocol. --- .../machine-learning/how-to-access-azureml-behind-firewall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/machine-learning/how-to-access-azureml-behind-firewall.md b/articles/machine-learning/how-to-access-azureml-behind-firewall.md index 86e709cbe71..cdf60b03ca9 100644 --- a/articles/machine-learning/how-to-access-azureml-behind-firewall.md +++ b/articles/machine-learning/how-to-access-azureml-behind-firewall.md @@ -46,6 +46,7 @@ The following terms and information are used throughout this article: | 80 | Unsecured web traffic (HTTP) | | 443 | Secured web traffic (HTTPS) | | 445 | SMB traffic used to access file shares in Azure File storage | + | 5831 | It is a VPN tunnel over UDP, encrypted with TLS | | 8787 | Used when connecting to RStudio on a compute instance | | 18881 | Used to connect to the language server to enable IntelliSense for notebooks on a compute instance. | From 17ad3a9becb432b9864edf34a0bb74f7cf005ff4 Mon Sep 17 00:00:00 2001 From: AhmadAbdullah91 <91725950+AhmadAbdullah91@users.noreply.github.com> Date: Tue, 14 Oct 2025 02:16:46 +0300 Subject: [PATCH 2/2] Update articles/machine-learning/how-to-access-azureml-behind-firewall.md Co-authored-by: s-polly <109610942+s-polly@users.noreply.github.com> --- .../machine-learning/how-to-access-azureml-behind-firewall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/machine-learning/how-to-access-azureml-behind-firewall.md b/articles/machine-learning/how-to-access-azureml-behind-firewall.md index cdf60b03ca9..1ff23b80e9d 100644 --- a/articles/machine-learning/how-to-access-azureml-behind-firewall.md +++ b/articles/machine-learning/how-to-access-azureml-behind-firewall.md @@ -46,7 +46,7 @@ The following terms and information are used throughout this article: | 80 | Unsecured web traffic (HTTP) | | 443 | Secured web traffic (HTTPS) | | 445 | SMB traffic used to access file shares in Azure File storage | - | 5831 | It is a VPN tunnel over UDP, encrypted with TLS | + | 5831 | VPN tunnel traffic over UDP (TLS encrypted) | | 8787 | Used when connecting to RStudio on a compute instance | | 18881 | Used to connect to the language server to enable IntelliSense for notebooks on a compute instance. |