You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ For instructions on running the script, see [Configure an AKS Edge Essentials cl
218
218
219
219
### [AKS on Azure Local](#tab/azure-local)
220
220
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.
222
222
223
223
Then, once you have an Azure Arc-enabled Kubernetes cluster, you can [deploy Azure IoT Operations](howto-deploy-iot-operations.md).
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/overview-deploy.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 11/06/2024
12
12
13
13
# Deployment details
14
14
15
-
When you deploy Azure IoT Operations, you install a suite of services on an Azure Arc-enabled Kubernetes cluster. This article provides an overview of the different deployment options to consider for your scenario.
15
+
When you deploy Azure IoT Operations, you install a suite of services on an [Azure Arc-enabled Kubernetes cluster](/azure/azure-arc/kubernetes/overview). This article provides an overview of the different deployment options to consider for your scenario.
16
16
17
17
## Supported environments
18
18
@@ -21,8 +21,10 @@ Microsoft supports the following environments for Azure IoT Operations deploymen
21
21
| Environment | Minimum version | Availability |
22
22
| ----------- | --------------- | ------------ |
23
23
| 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.
26
28
27
29
>[!NOTE]
28
30
>Billing usage records are collected on any environment where Azure IoT Operations is installed, regardless of support or availability levels.
@@ -44,23 +46,14 @@ A deployment with only test settings:
44
46
45
47
* Doesn't configure secrets or user-assigned managed identity capabilities.
46
48
* Is meant to enable the end-to-end quickstart sample for evaluation purposes, so supports the OPC PLC simulator and connects to cloud resources using system-assigned managed identity.
47
-
* Can be upgraded to use secure settings.
48
-
49
-
The quickstart scenario, [Quickstart: Run Azure IoT Operations in GitHub Codespaces](../get-started-end-to-end-sample/quickstart-deploy.md), uses test settings.
50
-
51
-
At any point, you can upgrade an Azure IoT Operations instance to use secure settings by following the steps in [Enable secure settings](howto-enable-secure-settings.md).
49
+
* Can be upgraded to use secure settings by following the steps in [Enable secure settings](howto-enable-secure-settings.md).
52
50
53
51
### Secure settings deployment
54
52
55
53
A deployment with secure settings:
56
54
57
55
* Enables secrets and user-assignment managed identity, both of which are important capabilities for developing a production-ready scenario. Secrets are used whenever Azure IoT Operations components connect to a resource outside of the cluster; for example, an OPC UA server or a dataflow endpoint.
58
56
59
-
To deploy Azure IoT Operations with secure settings, follow these articles:
60
-
61
-
1. Start with [Prepare your Azure Arc-enabled Kubernetes cluster](./howto-prepare-cluster.md) to configure and Arc-enable your cluster.
The following table describes Azure IoT Operations deployment and management tasks that require elevated permissions. For information about assigning roles to users, see [Steps to assign an Azure role](../../role-based-access-control/role-assignments-steps.md).
@@ -96,7 +89,7 @@ If you use enterprise firewalls or proxies to manage outbound traffic, configure
96
89
97
90
* Endpoints in [Azure CLI endpoints](/cli/azure/azure-cli-endpoints?tabs=azure-cloud#endpoints).
98
91
99
-
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.
100
93
101
94
* The following endpoints are required specifically for Azure IoT Operations:
102
95
@@ -111,6 +104,7 @@ If you use enterprise firewalls or proxies to manage outbound traffic, configure
Copy file name to clipboardExpand all lines: articles/iot-operations/overview-iot-operations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Azure IoT Operations:
19
19
* Is built from ground up by using Kubernetes native applications.
20
20
* Includes an industrial-grade, edge-native MQTT broker that powers event-driven architectures.
21
21
* Is highly extensible, scalable, resilient, and secure.
22
-
* Lets you manage edge services and resources from the cloud by using Azure Arc.
22
+
* Lets you manage edge services and resources from the cloud by using [Azure Arc](/azure/azure-arc/overview).
23
23
* Can integrate customer workloads into the platform to create a unified solution.
24
24
* Supports GitOps configuration as code for deployment and updates.
25
25
* Natively integrates with [Azure Event Hubs](../event-hubs/azure-event-hubs-kafka-overview.md), [Azure Event Grid's MQTT broker](../event-grid/mqtt-overview.md), and [Microsoft Fabric](/fabric/) in the cloud.
0 commit comments