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: AKS-Hybrid/aks-edge-howto-deploy-azure-iot.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,9 @@ To run the script, you need the following prerequisites:
21
21
22
22
- 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.
23
23
- 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:
25
25
26
26
```bash
27
-
az extension add --upgrade --name azure-iot-ops
28
27
az extension add --upgrade --name connectedk8s
29
28
```
30
29
@@ -70,7 +69,7 @@ To run the quickstart script, perform the following steps:
70
69
|---------|---------|
71
70
|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). |
72
71
|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.|
74
73
|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). |
75
74
|CLUSTER_NAME | A name for the new cluster to be created. |
76
75
|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:
88
87
89
88
## Verify your cluster
90
89
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
-
97
90
To verify that your Kubernetes cluster is Azure Arc-enabled, run the following command:
0 commit comments