Skip to content

Commit caae4c5

Browse files
committed
Learn Editor: Update network-requirements.md
1 parent c1e84d8 commit caae4c5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,17 @@ If a proxy server is being used, the following table contains the list of addres
5858
The default value for `noProxy` is `localhost,127.0.0.1,.svc,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16`. While these default values will work for many networks, you may need to add more subnet ranges and/or names to the exemption list. For example, you may want to exempt your enterprise namespace (.contoso.com) from being directed through the proxy. You can achieve that by specifying the values in the `noProxy` list.
5959

6060
> [!IMPORTANT]
61-
> 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.
61+
> 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.## Ports being listened to
62+
63+
As a notice, you should be aware that the following ports are listened to on the appliance VM but don’t need any access from outside of the appliance VM.
64+
65+
- 8443 – AAD Authentication Webhook endpoint.
66+
67+
- 10257 – Metrics endpoint
68+
69+
- 10250 – Metrics endpoint
70+
71+
- 2382 – Metrics endpoint
6272

6373
## Next steps
6474

0 commit comments

Comments
 (0)