Skip to content

Commit 785fb84

Browse files
authored
Merge pull request #4 from baanders/aio-include
Add include file
2 parents 8b9c81e + 35011ec commit 785fb84

File tree

2 files changed

+26
-32
lines changed

2 files changed

+26
-32
lines changed

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

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,7 @@ Microsoft supports Azure Kubernetes Service (AKS) Edge Essentials for deployment
2424

2525
To prepare an Azure Arc-enabled Kubernetes cluster, you need:
2626

27-
* An Azure subscription with either the Owner role or a combination of Contributor and User Access Administrator roles. You can check your access level by navigating to your subscription, selecting Access control (IAM) on the left-hand side of the Azure portal, and then selecting View my access. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
28-
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-
35-
* Azure CLI version 2.62.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).
36-
37-
* The latest version of the **connectedk8s** extension for Azure CLI:
38-
39-
```bash
40-
az extension add --upgrade --name connectedk8s
41-
```
27+
[!INCLUDE [Cluster prerequisites for Ubuntu and Tanzu](../includes/cluster-prerequisites-ubuntu-tanzu.md)]
4228

4329
* Hardware that meets the system requirements:
4430

@@ -78,23 +64,7 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
7864

7965
To prepare a TKG workload cluster, you need:
8066

81-
- An Azure subscription with either the **Owner** role or a combination of **Contributor** and **User Access Administrator** roles. You can check your access level by navigating to your subscription, selecting **Access control (IAM)** on the left-hand side of the Azure portal, and then selecting **View my access**. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
82-
83-
- 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).
84-
85-
86-
```azurecli
87-
az group create --location <REGION> --resource-group <RESOURCE_GROUP> --subscription <SUBSCRIPTION_ID>
88-
```
89-
90-
- Azure CLI version 2.62.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).
91-
92-
- The latest version of the **connectedk8s** extension for Azure CLI:
93-
94-
95-
```bash
96-
az extension add --upgrade --name connectedk8s
97-
```
67+
[!INCLUDE [Cluster prerequisites for Ubuntu and Tanzu](../includes/cluster-prerequisites-ubuntu-tanzu.md)]
9868

9969
- [TKG with a standalone management cluster.](https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-kubernetes-grid/2-5/tkg/mgmt-index.html)
10070

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: include file
3+
description: include file with cluster prerequisites for Ubuntu and Tanzu
4+
author: dominicbetts
5+
ms.topic: include
6+
ms.date: 06/16/2025
7+
ms.author: dobett
8+
---
9+
10+
* An Azure subscription with either the **Owner** role or a combination of **Contributor** and **User Access Administrator** roles. You can check your access level by navigating to your subscription, selecting **Access control (IAM)** on the left-hand side of the Azure portal, and then selecting **View my access**. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
11+
12+
* 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).
13+
14+
```azurecli
15+
az group create --location <REGION> --resource-group <RESOURCE_GROUP> --subscription <SUBSCRIPTION_ID>
16+
```
17+
18+
* Azure CLI version 2.62.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).
19+
20+
* The latest version of the **connectedk8s** extension for Azure CLI:
21+
22+
```bash
23+
az extension add --upgrade --name connectedk8s
24+
```

0 commit comments

Comments
 (0)