Skip to content

Commit 0a50cec

Browse files
authored
resource group limitation; remove verify-host
1 parent 4f18811 commit 0a50cec

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

AKS-Hybrid/aks-edge-howto-deploy-azure-iot.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ To run the script, you need the following prerequisites:
2121

2222
- 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.
2323
- Azure CLI version 2.64.0 or newer installed on your development 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).
24-
- Install the latest version of the following extensions for Azure CLI:
24+
- Install the latest version of the **connectedk8s** extensions for Azure CLI:
2525

2626
```bash
27-
az extension add --upgrade --name azure-iot-ops
2827
az extension add --upgrade --name connectedk8s
2928
```
3029

@@ -70,7 +69,7 @@ To run the quickstart script, perform the following steps:
7069
|---------|---------|
7170
|SUBSCRIPTION_ID | The ID of your Azure subscription. If you don't know your subscription ID, see [Find your Azure subscription](/azure/azure-portal/get-subscription-tenant-id#find-your-azure-subscription). |
7271
|TENANT_ID | The ID of your Microsoft Entra tenant. If you don't know your tenant ID, see [Find your Microsoft Entra tenant](/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant). |
73-
|RESOURCE_GROUP_NAME | The name of an existing resource group or a name for a new resource group to be created. |
72+
|RESOURCE_GROUP_NAME | The name of an existing resource group or a name for a new resource group to be created. Only one Azure IoT Operations instance is supported per resource group. |
7473
|LOCATION | An Azure region close to you. For the list of Azure IoT Operations's supported Azure regions, see [Supported regions](/azure/iot-operations/overview-iot-operations#supported-regions). |
7574
|CLUSTER_NAME | A name for the new cluster to be created. |
7675
|ARC_APP_OBJECT_ID | The object ID value that you retrieved in step 2. |
@@ -88,12 +87,6 @@ To run the quickstart script, perform the following steps:
8887

8988
## Verify your cluster
9089

91-
To verify that your cluster is ready for Azure IoT Operations deployment, you can use the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) helper command in the Azure IoT Operations extension for Azure CLI. When you run this command on the cluster host, it checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints:
92-
93-
```azurecli
94-
az iot ops verify-host
95-
```
96-
9790
To verify that your Kubernetes cluster is Azure Arc-enabled, run the following command:
9891

9992
```bash

0 commit comments

Comments
 (0)