Skip to content

Commit c76d034

Browse files
committed
terms and consolidate hardware reqs
1 parent ca16e93 commit c76d034

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,17 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
2828

2929
* An Azure subscription. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
3030

31-
* Azure CLI version 2.64.0 or newer installed on your development machine. Use `az --version` to check your version and `az upgrade` to update if necessary. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
31+
* Azure CLI version 2.64.0 or newer installed on your cluster machine. Use `az --version` to check your version and `az upgrade` to update if necessary. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
3232

33-
* The latest version of the following extensions for Azure CLI:
33+
* The latest version of the **connectedk8s** extension for Azure CLI:
3434

3535
```bash
36-
az extension add --upgrade --name azure-iot-ops
3736
az extension add --upgrade --name connectedk8s
3837
```
3938

4039
* Hardware that meets the system requirements:
4140

42-
* Ensure that your machine has a minimum of 16-GB available RAM and 8 available vCPUs reserved for Azure IoT Operations.
41+
* [Azure IoT Operations supported envrionments](./overview-deploy.md#supported-environments).
4342
* [Azure Arc-enabled Kubernetes system requirements](/azure/azure-arc/kubernetes/system-requirements).
4443
* [K3s requirements](https://docs.k3s.io/installation/requirements).
4544

@@ -53,7 +52,7 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
5352

5453
* Hardware that meets the system requirements:
5554

56-
* Ensure that your machine has a minimum of 16-GB available RAM, 8 available vCPUs, and 52-GB free disk space reserved for Azure IoT Operations.
55+
* [Azure IoT Operations supported envrionments](./overview-deploy.md#supported-environments).
5756
* [Azure Arc-enabled Kubernetes system requirements](/azure/azure-arc/kubernetes/system-requirements).
5857
* [AKS Edge Essentials requirements and support matrix](/azure/aks/hybrid/aks-edge-system-requirements).
5958
* [AKS Edge Essentials networking guidance](/azure/aks/hybrid/aks-edge-concept-networking).

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Microsoft supports the following environments for Azure IoT Operations deploymen
2222
| ----------- | --------------- | ------------ |
2323
| K3s on Ubuntu 24.04 | K3s version 1.31.1 | General availability |
2424
| Azure Kubernetes Service (AKS) Edge Essentials on Windows 11 IoT Enterprise | AksEdge-K3s-1.29.6-1.8.202.0 | Public preview |
25-
| Azure Kubernetes Service (AKS) on Azure Stack HCI | Azure Stack HCI OS, version 23H2, build 2411 | Public preview |
25+
| Azure Kubernetes Service (AKS) on Azure Local | Azure Stack HCI OS, version 23H2, build 2411 | Public preview |
2626

2727
>[!NOTE]
2828
>Billing usage records are collected on any environment where Azure IoT Operations is installed, regardless of support or availability levels.

0 commit comments

Comments
 (0)