Proxy Configuration
If using a proxy, certain interfaces might need to be excluded, including the IBM NDIS interface.
Proxy configuration instructions can be found in the following Microsoft article:
In addition to any proxy exclusions you might require, the IBM NDIS interface must always be excluded. The best way to accomplish this is to exclude the subnet used by this interface (169.254.0.0/16 in CIDR format). To do this, execute the following commands on each node:
$NoProxy = "169.254.0.0/16"
[Environment]::SetEnvironmentVariable("NO_PROXY",$NoProxy,"Machine")
The Azure Local nodes are now ready to communicate with the Azure Arc control plane.Предоставить обратную связь