Skip to content

Commit b5d28f8

Browse files
Merge pull request #248653 from alt-key/docs-editor/network-requirements-1692319991
Update network-requirements.md
2 parents 870ec33 + bd98a81 commit b5d28f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In order to deploy Arc resource bridge, images need to be downloaded to the mana
4646

4747
## Exclusion list for no proxy
4848

49-
The following table contains the list of addresses that must be excluded by using the `-noProxy` parameter in the `createconfig` command.
49+
If a proxy server is being used, the following table contains the list of addresses that should be excluded from proxy by configuring the `noProxy` settings.
5050

5151
| **IP Address** | **Reason for exclusion** |
5252
| ----------------------- | ------------------------------------ |
@@ -59,6 +59,8 @@ The following table contains the list of addresses that must be excluded by usin
5959

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

62+
> [!IMPORTANT]
63+
> When listing multiple addresses for the noproxy settings, do not add a space after the commas to separate the addresses. The addresses must immediately follow the comma.
6264
## Next steps
6365

6466
- Review the [Azure Arc resource bridge (preview) overview](overview.md) to understand more about requirements and technical details.
@@ -67,3 +69,4 @@ The default value for `noProxy` is `localhost,127.0.0.1,.svc,10.0.0.0/8,172.16.0
6769

6870

6971

72+

0 commit comments

Comments
 (0)