Skip to content

Commit e6134db

Browse files
committed
Linux nodes only
1 parent dd61a9f commit e6134db

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ For instructions on running the script, see [Configure an AKS Edge Essentials cl
218218

219219
### [AKS on Azure Local](#tab/azure-local)
220220

221-
For instructions on creating and Arc-enabling an AKS cluster on Azure Local, see [Create Kubernetes clusters using Azure CLI](/azure/aks/hybrid/aks-create-clusters-cli).
221+
For instructions on creating and Arc-enabling an AKS cluster on Azure Local, see [Create Kubernetes clusters using Azure CLI](/azure/aks/hybrid/aks-create-clusters-cli). By default, a Kubernetes cluster is created with a node pool that can run Linux containers. If you add additional node pools after creation, make sure the OS is set to Linux. Azure IoT Operations doesn't support deployment to Windows nodes.
222222

223223
Then, once you have an Azure Arc-enabled Kubernetes cluster, you can [deploy Azure IoT Operations](howto-deploy-iot-operations.md).
224224

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ Microsoft supports the following environments for Azure IoT Operations deploymen
2121
| Environment | Minimum version | Availability |
2222
| ----------- | --------------- | ------------ |
2323
| K3s on Ubuntu 24.04 | K3s version 1.31.1 | General availability |
24-
| 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 Local | Azure Stack HCI OS, version 23H2, build 2411 | Public preview |
24+
| Azure Kubernetes Service (AKS) Edge Essentials on Windows 11 IoT Enterprise <sup>1</sup> | AksEdge-K3s-1.29.6-1.8.202.0 | Public preview |
25+
| Azure Kubernetes Service (AKS) on Azure Local <sup>1</sup> | Azure Stack HCI OS, version 23H2, build 2411 | Public preview |
26+
27+
<sup>1</sup> Regardless of the host system environment, Azure IoT Operations only supports deployment to Kubernetes clusters running on Linux nodes.
2628

2729
>[!NOTE]
2830
>Billing usage records are collected on any environment where Azure IoT Operations is installed, regardless of support or availability levels.
@@ -87,7 +89,7 @@ If you use enterprise firewalls or proxies to manage outbound traffic, configure
8789
8890
* Endpoints in [Azure CLI endpoints](/cli/azure/azure-cli-endpoints?tabs=azure-cloud#endpoints).
8991

90-
You need `graph.windows.net`, `*.azurecr.io`, `*.blob.core.windows.net`, `*.vault.azure.net` from this endpoint list.
92+
Azure IoT Operations uses `graph.windows.net`, `*.azurecr.io`, `*.blob.core.windows.net`, `*.vault.azure.net` from this endpoint list.
9193

9294
* The following endpoints are required specifically for Azure IoT Operations:
9395

@@ -102,6 +104,7 @@ If you use enterprise firewalls or proxies to manage outbound traffic, configure
102104
* Event Grid: [Troubleshoot connectivity issues - Azure Event Grid](/azure/event-grid/troubleshoot-network-connectivity).
103105
* Azure Data Lake Storage Gen 2: [Storage account standard endpoints](/azure/storage/common/storage-account-overview#standard-endpoints).
104106

107+
Currently, Azure IoT Operations doesn't support proxies that perform TLS inspection.
105108

106109
## Next steps
107110

0 commit comments

Comments
 (0)