Skip to content

Commit 38b3a55

Browse files
Merge pull request #276286 from dominicbetts/aio-aks-ee
AIO: Add AKS-EE notes and links
2 parents 0e03a13 + 06259f3 commit 38b3a55

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ To prepare a K3s Kubernetes cluster on Ubuntu:
201201
202202
### [Codespaces](#tab/codespaces)
203203
204+
> [!IMPORTANT]
205+
> Codespaces are easy to set up quickly and tear down later, but they're not suitable for performance evaluation or scale testing. Use GitHub Codespaces for exploration only.
206+
204207
[!INCLUDE [prepare-codespaces](../includes/prepare-codespaces.md)]
205208

206209
---

articles/iot-operations/get-started/overview-iot-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 10/18/2023
1313

1414
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1515

16-
_Azure IoT Operations Preview_ is a unified data plane for the edge. It's composed of a set of modular, scalable, and highly available data services that run on Azure Arc-enabled edge Kubernetes clusters. It enables data capture from various different systems and integrates with data modeling applications such as Microsoft Fabric to help organizations deploy the industrial metaverse.
16+
_Azure IoT Operations Preview_ is a unified data plane for the edge. It's composed of a set of modular, scalable, and highly available data services that run on Azure Arc-enabled edge Kubernetes clusters such as [AKS Edge Essentials](#validated-environments). It enables data capture from various different systems and integrates with data modeling applications such as Microsoft Fabric to help organizations deploy the industrial metaverse.
1717

1818
Azure IoT Operations:
1919

articles/iot-operations/get-started/quickstart-deploy.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The services deployed in this quickstart include:
2828
* [Azure IoT Layered Network Management Preview](../manage-layered-network/overview-layered-network.md)
2929
* [Observability](../monitor/howto-configure-observability.md)
3030

31-
The following quickstarts in this series build on this one to define sample assets, data processing pipelines, and visualizations. If you want to deploy Azure IoT Operations to run your own workloads, see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) and [Deploy Azure IoT Operations Preview extensions to a Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md).
31+
The following quickstarts in this series build on this one to define sample assets, data processing pipelines, and visualizations. If you want to deploy Azure IoT Operations to a cluster such as AKS Edge Essentials in order to run your own workloads, see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md?tabs=aks-edge-essentials) and [Deploy Azure IoT Operations Preview extensions to a Kubernetes cluster](../deploy-iot-ops/howto-deploy-iot-operations.md).
3232

3333
## Before you begin
3434

@@ -61,7 +61,10 @@ Azure IoT Operations is a suite of data services that run on Kubernetes clusters
6161

6262
## Connect a Kubernetes cluster to Azure Arc
6363

64-
Azure IoT Operations should work on any Kubernetes cluster that conforms to the Cloud Native Computing Foundation (CNCF) standards. For this quickstart, use GitHub Codespaces to host your cluster.
64+
Azure IoT Operations should work on any Kubernetes cluster that conforms to the Cloud Native Computing Foundation (CNCF) standards. For speed and convenience, this quickstart uses GitHub Codespaces to host your cluster.
65+
66+
> [!IMPORTANT]
67+
> Codespaces are easy to set up quickly and tear down later, but they're not suitable for performance evaluation or scale testing. Use GitHub Codespaces for exploration only. To learn how to deploy Azure IoT Operations to a production cluster such as AKS Edge Essentials, see [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md?tabs=aks-edge-essentials).
6568
6669
In this section, you create a new cluster and connect it to Azure Arc. If you want to reuse a cluster that you've deployed Azure IoT Operations to before, refer to the steps in [Clean up resources](#clean-up-resources) to uninstall Azure IoT Operations before continuing.
6770

articles/iot-operations/includes/prepare-codespaces.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ Use GitHub Codespaces to try Azure IoT Operations on a Kubernetes cluster withou
1717
- [Kubectl](https://kubernetes.io/docs/tasks/tools/) for managing Kubernetes resources
1818
- Other useful tools like [Helm](https://helm.sh/) and [k9s](https://k9scli.io/)
1919

20-
> [!IMPORTANT]
21-
> Codespaces are easy to set up quickly and tear down later, but they're not suitable for performance evaluation or scale testing. Use GitHub Codespaces for exploration only.
22-
2320
To create your codespace and cluster, use the following steps:
2421

2522
1. Create a codespace in GitHub Codespaces.

0 commit comments

Comments
 (0)