Skip to content

Commit fc145b3

Browse files
committed
Hardware reqs; proxy-skip-range
1 parent 9a817c5 commit fc145b3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ Connect your cluster to Azure Arc so that it can be managed remotely.
166166

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

169+
>[!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.
171+
>
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).
173+
>
174+
>Azure IoT Operations doesn't support proxy servers that require a trusted certificate.
175+
169176
1. Get the cluster's issuer URL.
170177

171178
```azurecli

articles/iot-operations/deploy-iot-ops/overview-deploy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ To install Azure IoT Operations, have the following hardware requirements availa
3131

3232
| Spec | Minimum | Recommended |
3333
|------|---------|-------------|
34-
| RAM | 16-GB | 32-GB |
34+
| Hardware memory capacity (RAM) | 16-GB | 32-GB |
35+
| Available memory for Azure IoT Operations (RAM) | 10-GB | Depends on usage |
3536
| CPU | 4 vCPUs | 8 vCPUs |
3637

3738
## Choose your features

0 commit comments

Comments
 (0)