Skip to content

Commit b5e4d6c

Browse files
Merge pull request #290382 from kgremban/ga-docssync
Updates from docs sync
2 parents 6fc5f0e + 01ef3e9 commit b5e4d6c

File tree

4 files changed

+29
-12
lines changed

4 files changed

+29
-12
lines changed

articles/iot-operations/configure-observability-monitoring/howto-configure-observability.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Complete the steps in this article *before* deploying Azure IoT Operations to yo
2020
## Prerequisites
2121

2222
* An Arc-enabled Kubernetes cluster.
23-
* Azure CLI installed on your development machine. For instructions, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
24-
* Helm installed on your development machine. For instructions, see [Install Helm](https://helm.sh/docs/intro/install/).
25-
* Kubectl installed on your development machine. For instructions, see [Install Kubernetes tools](https://kubernetes.io/docs/tasks/tools/).
23+
* Azure CLI installed on your cluster machine. For instructions, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
24+
* Helm installed on your cluster machine. For instructions, see [Install Helm](https://helm.sh/docs/intro/install/).
25+
* Kubectl installed on your cluster machine. For instructions, see [Install Kubernetes tools](https://kubernetes.io/docs/tasks/tools/).
2626

2727
## Create resources in Azure
2828

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ A cluster host:
5252

5353
* (Optional) Prepare your cluster for observability before deploying Azure IoT Operations: [Configure observability](../configure-observability-monitoring/howto-configure-observability.md).
5454

55+
* (Optional) Configure your own certificate authority issuer before deploying Azure IoT Operations: [Bring your own issuer](../secure-iot-ops/concept-default-root-ca.md#bring-your-own-issuer).
56+
5557
## Deploy
5658

5759
The Azure portal deployment experience is a helper tool that generates a deployment command based on your resources and configuration. The final step is to run an Azure CLI command, so you still need the Azure CLI prerequisites described in the previous section.

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

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
2626

2727
* 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.
2828

29+
* An Azure resource group. Only one Azure IoT Operations instance is supported per resource group. To create a new resource group, use the [az group create](/cli/azure/group#az-group-create) command. For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions).
30+
31+
```azurecli
32+
az group create --location <REGION> --resource-group <RESOURCE_GROUP> --subscription <SUBSCRIPTION_ID>
33+
```
34+
2935
* 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).
3036

3137
* The latest version of the **connectedk8s** extension for Azure CLI:
@@ -55,6 +61,19 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
5561
* [AKS Edge Essentials requirements and support matrix](/azure/aks/hybrid/aks-edge-system-requirements).
5662
* [AKS Edge Essentials networking guidance](/azure/aks/hybrid/aks-edge-concept-networking).
5763

64+
### [AKS on Azure Local](#tab/azure-local)
65+
66+
To prepare an Azure Arc-enabled Kubernetes cluster, you need:
67+
68+
* 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.
69+
70+
* An [Azure Local server or cluster](/azure-stack/hci/overview).
71+
72+
* Hardware that meets the system requirements:
73+
74+
* [Azure IoT Operations supported environments](./overview-deploy.md#supported-environments).
75+
* [Azure Arc-enabled Kubernetes system requirements](/azure/azure-arc/kubernetes/system-requirements).
76+
5877
---
5978

6079
## Create and Arc-enable a cluster
@@ -139,14 +158,6 @@ Connect your cluster to Azure Arc so that it can be managed remotely.
139158
az provider register -n "Microsoft.SecretSyncController"
140159
```
141160

142-
1. Use the [az group create](/cli/azure/group#az-group-create) command to create a resource group in your Azure subscription to store all the resources:
143-
144-
For the list of currently supported Azure regions, see [Supported regions](../overview-iot-operations.md#supported-regions).
145-
146-
```azurecli
147-
az group create --location <REGION> --resource-group <RESOURCE_GROUP> --subscription <SUBSCRIPTION_ID>
148-
```
149-
150161
1. Use the [az connectedk8s connect](/cli/azure/connectedk8s#az-connectedk8s-connect) command to Arc-enable your Kubernetes cluster and manage it as part of your Azure resource group.
151162

152163
```azurecli
@@ -203,6 +214,10 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
203214

204215
For instructions on running the script, see [Configure an AKS Edge Essentials cluster for Azure IoT Operations](/azure/aks/hybrid/aks-edge-howto-deploy-azure-iot).
205216

217+
### [AKS on Azure Local](#tab/azure-local)
218+
219+
For instructions on creating and Arc-enabling a cluster on Azure Local, see [Create Kubernetes clusters using Azure CLI](/azure/aks/hybrid/aks-create-clusters-cli).
220+
206221
---
207222

208223
## Advanced configuration

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Microsoft supports the following environments for Azure IoT Operations deploymen
2727
>[!NOTE]
2828
>Billing usage records are collected on any environment where Azure IoT Operations is installed, regardless of support or availability levels.
2929
30-
To install Azure IoT Operations on a cluster, have the following hardware requirements available. If you're using a multi-node cluster that enables fault tolerance, scale up to the recommended capacity for better performance.
30+
To install Azure IoT Operations, have the following hardware requirements available for Azure IoT Operations. If you're using a multi-node cluster that enables fault tolerance, scale up to the recommended capacity for better performance.
3131

3232
| Spec | Minimum | Recommended |
3333
|------|---------|-------------|

0 commit comments

Comments
 (0)