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: articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md
+6-14Lines changed: 6 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: kgremban
6
6
# ms.subservice: orchestrator
7
7
ms.topic: how-to
8
8
ms.custom: ignite-2023, devx-track-azurecli
9
-
ms.date: 01/22/2024
9
+
ms.date: 01/31/2024
10
10
11
11
#CustomerIntent: As an OT professional, I want to deploy Azure IoT Operations to a Kubernetes cluster.
12
12
---
@@ -21,25 +21,17 @@ Deploy Azure IoT Operations preview - enabled by Azure Arc to a Kubernetes clust
21
21
22
22
* Azure CLI installed on your development machine. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli). This scenario requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
23
23
24
-
* The Azure IoT Operations extension for Azure CLI.
24
+
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
25
25
26
-
* If you haven't installed the extension before, use `az extension add`:
27
-
28
-
```bash
29
-
az extension add --name azure-iot-ops
30
-
```
31
-
32
-
* If you have installed the extension before, use `az extension update` to make sure that you have the latest version:
33
-
34
-
```bash
35
-
az extension update --name azure-iot-ops
36
-
```
26
+
```bash
27
+
az extension add --upgrade --name azure-iot-ops
28
+
```
37
29
38
30
* An Azure Arc-enabled Kubernetes cluster. If you don't have one, follow the steps in [Prepare your Azure Arc-enabled Kubernetes cluster](./howto-prepare-cluster.md?tabs=wsl-ubuntu). Using Ubuntu in Windows Subsystem for Linux (WSL) is the simplest way to get a Kubernetes cluster for testing.
39
31
40
32
Azure IoT Operations should work on any CNCF-conformant kubernetes cluster. Currently, Microsoft only supports K3s on Ubuntu Linux and WSL, or AKS Edge Essentials on Windows.
41
33
42
-
Use the Azure IoT Operations extension for Azure CLI to verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command:
34
+
Use the Azure IoT Operations extension for Azure CLI to verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command on the cluster host:
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. This helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints. If the cluster has an Ubuntu OS, it checks if `nfs-common` is installed, and if not give you the option to install on your behalf.
179
+
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 run on the cluster host, this helper command checks connectivity to Azure Resource Manager and Microsoft Container Registry endpoints. If the cluster has an Ubuntu OS, it checks if `nfs-common` is installed, and if not give you the option to install on your behalf.
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started/quickstart-deploy.md
+10-26Lines changed: 10 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: kgremban
6
6
# ms.subservice: orchestrator
7
7
ms.topic: quickstart
8
8
ms.custom: ignite-2023, devx-track-azurecli
9
-
ms.date: 12/06/2023
9
+
ms.date: 01/31/2024
10
10
11
11
#CustomerIntent: As a < type of user >, I want < what? > so that < why? >.
12
12
---
@@ -52,19 +52,11 @@ For this quickstart, we recommend GitHub Codespaces as a quick way to get starte
52
52
53
53
This quickstart requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
54
54
55
-
* The Azure IoT Operations extension for Azure CLI.
55
+
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
56
56
57
-
* If you haven't installed the extension before, use `az extension add`:
58
-
59
-
```bash
60
-
az extension add --name azure-iot-ops
61
-
```
62
-
63
-
* If you have installed the extension before, use `az extension update` to make sure that you have the latest version:
64
-
65
-
```bash
66
-
az extension update --name azure-iot-ops
67
-
```
57
+
```bash
58
+
az extension add --upgrade --name azure-iot-ops
59
+
```
68
60
69
61
# [Linux](#tab/linux)
70
62
@@ -74,19 +66,11 @@ For this quickstart, we recommend GitHub Codespaces as a quick way to get starte
74
66
75
67
This quickstart requires Azure CLI version 2.42.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
76
68
77
-
* The Azure IoT Operations extension for Azure CLI.
78
-
79
-
* If you haven't installed the extension before, use `az extension add`:
80
-
81
-
```bash
82
-
az extension add --name azure-iot-ops
83
-
```
84
-
85
-
* If you have installed the extension before, use `az extension update` to make sure that you have the latest version:
69
+
* The Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
86
70
87
-
```bash
88
-
az extension update --name azure-iot-ops
89
-
```
71
+
```bash
72
+
az extension add --upgrade --name azure-iot-ops
73
+
```
90
74
91
75
---
92
76
@@ -218,7 +202,7 @@ On Ubuntu Linux, use K3s to create a Kubernetes cluster.
218
202
219
203
## Verify cluster
220
204
221
-
Use the Azure IoT Operations extension for Azure CLI to verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command:
205
+
Use the Azure IoT Operations extension for Azure CLI to verify that your cluster host is configured correctly for deployment by using the [verify-host](/cli/azure/iot/ops#az-iot-ops-verify-host) command on the cluster host:
0 commit comments