Skip to content

Commit bc1dc66

Browse files
Merge pull request #272670 from alt-key/docs-editor/network-requirements-1713476226
add ports being listened to
2 parents cf91a9a + 31495c2 commit bc1dc66

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-arc/resource-bridge/network-requirements.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,20 @@ The default value for `noProxy` is `localhost,127.0.0.1,.svc,10.0.0.0/8,172.16.0
5959

6060
> [!IMPORTANT]
6161
> When listing multiple addresses for the `noProxy` settings, don't add a space after each comma to separate the addresses. The addresses must immediately follow the commas.
62+
>
63+
64+
## Internal Port Listening
65+
66+
As a notice, you should be aware that the appliance VM is configured to listen on the following ports. These ports are used exclusively for internal processes and do not require external access:
67+
68+
- 8443 – Endpoint for AAD Authentication Webhook
69+
70+
- 10257 – Endpoint for Arc resource bridge metrics
71+
72+
- 10250 – Endpoint for Arc resource bridge metrics
73+
74+
- 2382 – Endpoint for Arc resource bridge metrics
75+
6276

6377
## Next steps
6478

0 commit comments

Comments
 (0)