Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Copy link
Preview

Copilot AI Oct 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The description for port 5831 should be more consistent with the other port descriptions in the table. Consider rephrasing to match the format of existing entries, such as 'VPN tunnel traffic over UDP (TLS encrypted)' or 'UDP VPN tunnel with TLS encryption'.

Suggested change
| 5831 | It is a VPN tunnel over UDP, encrypted with TLS |
| 5831 | VPN tunnel traffic over UDP (TLS encrypted) |

Copilot uses AI. Check for mistakes.

| 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. |

Expand Down