Skip to content

Commit f22318e

Browse files
Merge pull request #231273 from alt-key/docs-editor/network-requirements-1679099624
Update network-requirements.md
2 parents d58f545 + 670cc10 commit f22318e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,11 @@ In addition, resource bridge (preview) requires connectivity to the [Arc-enabled
3939
4040
## SSL proxy configuration
4141

42-
If using a proxy, Azure Arc resource bridge must be configured for proxy so that it can connect to the Azure services. To configure the Arc resource bridge with proxy, provide the proxy certificate file path during creation of the configuration files. Only pass the single proxy certificate. If a certificate bundle is passed then the deployment will fail. Proxy configuration of the management machine isn't configured by the Azure Arc resource bridge.
42+
If using a proxy, Azure Arc resource bridge must be configured for proxy so that it can connect to the Azure services. To configure the Arc resource bridge with proxy, provide the proxy certificate file path during creation of the configuration files. Only pass the single proxy certificate. If a certificate bundle is passed then the deployment will fail. The proxy server endpoint can't be a .local domain. Proxy configuration of the management machine isn't configured by the Azure Arc resource bridge.
4343

4444
There are only two certificates that should be relevant when deploying the Arc resource bridge behind an SSL proxy: the SSL certificate for your SSL proxy (so that the host and guest trust your proxy FQDN and can establish an SSL connection to it), and the SSL certificate of the Microsoft download servers. This certificate must be trusted by your proxy server itself, as the proxy is the one establishing the final connection and needs to trust the endpoint. Non-Windows machines may not trust this second certificate by default, so you may need to ensure that it's trusted.
4545

4646

47-
4847
## Exclusion list for no proxy
4948

5049
The following table contains the list of addresses that must be excluded by using the `-noProxy` parameter in the `createconfig` command.
@@ -64,3 +63,4 @@ The default value for `noProxy` is `localhost,127.0.0.1,.svc,10.0.0.0/8,172.16.0
6463

6564
- Review the [Azure Arc resource bridge (preview) overview](overview.md) to understand more about requirements and technical details.
6665
- Learn about [security configuration and considerations for Azure Arc resource bridge (preview)](security-overview.md).
66+

0 commit comments

Comments
 (0)