Skip to content

Commit f0fa4c7

Browse files
Merge pull request #290750 from kgremban/nov19-proxy
Hardware reqs; proxy-skip-range
2 parents 1f44589 + 894a82f commit f0fa4c7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ 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, modify the `az connectedk8s connect` command with your proxy information:
171+
>
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.
174+
>
175+
>Azure IoT Operations doesn't support proxy servers that require a trusted certificate.
176+
169177
1. Get the cluster's issuer URL.
170178

171179
```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)