Skip to content

Commit 95fa2e7

Browse files
committed
Clarify proxy steps
1 parent fc145b3 commit 95fa2e7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,10 @@ Connect your cluster to Azure Arc so that it can be managed remotely.
167167
To prevent unplanned updates to Azure Arc and the system Arc extensions that Azure IoT Operations uses as dependencies, this command disables auto-upgrade. Instead, [manually upgrade agents](/azure/azure-arc/kubernetes/agent-upgrade#manually-upgrade-agents) as needed.
168168

169169
>[!IMPORTANT]
170-
>If your environment uses a proxy server or Azure Arc Gateway, add `--proxy-skip-range 169.254.169.254` to the `az connectedk8s connect` command. [Azure Device Registry](../discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry) uses this local endpoint to get access tokens for authorization.
170+
>If your environment uses a proxy server or Azure Arc Gateway, modify the `az connectedk8s create` command with your proxy information:
171171
>
172-
>For more information about preparing your cluster for proxies, see [Connect using an outbound proxy server](/azure/azure-arc/kubernetes/quickstart-connect-cluster#connect-using-an-outbound-proxy-server) or [Simplify network configuration requirements with Azure Arc Gateway](/azure/azure-arc/kubernetes/arc-gateway-simplify-networking).
172+
>1. Follow the instructions in either [Connect using an outbound proxy server](/azure/azure-arc/kubernetes/quickstart-connect-cluster#connect-using-an-outbound-proxy-server) or [Onboard Kubernetes clusters to Azure Arc with Azure Arc Gateway](/azure/azure-arc/kubernetes/arc-gateway-simplify-networking#onboard-kubernetes-clusters-to-azure-arc-with-your-arc-gateway-resource).
173+
>1. Add `169.254.169.254` to the `--proxy-skip-range` parameter of the `az connectedk8s connect` command. [Azure Device Registry](../discover-manage-assets/overview-manage-assets.md#store-assets-as-azure-resources-in-a-centralized-registry) uses this local endpoint to get access tokens for authorization.
173174
>
174175
>Azure IoT Operations doesn't support proxy servers that require a trusted certificate.
175176

0 commit comments

Comments
 (0)