Skip to content

Commit e3c44d4

Browse files
Merge pull request #287378 from shkalavala/patch-7
Adding internal cli whl instructions
2 parents 7b328c4 + 744e89e commit e3c44d4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
3939

4040
* The latest version of the Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
4141

42+
> [!NOTE]
43+
> **Special instructions for AIO Internal Bugbash**:
44+
>
45+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below. However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27 and skip the az extension command below
46+
> ``` bash
47+
> az storage blob download --auth-mode login --blob-url https://azedgecli.blob.core.windows.net/drop/azure_iot_ops-0.7.0a10-py3-none-any.whl -f ./azure_iot_ops-0.7.0a10-py3-none-any.whl
48+
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
49+
> ```
50+
4251
```bash
4352
az extension add --upgrade --name azure-iot-ops
4453
```
@@ -56,6 +65,15 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
5665

5766
* 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).
5867

68+
> [!NOTE]
69+
> **Special instructions for AIO Internal Bugbash**:
70+
>
71+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below. However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27 and skip the az extension command below
72+
> ``` bash
73+
> az storage blob download --auth-mode login --blob-url https://azedgecli.blob.core.windows.net/drop/azure_iot_ops-0.7.0a10-py3-none-any.whl -f ./azure_iot_ops-0.7.0a10-py3-none-any.whl
74+
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
75+
> ```
76+
5977
* The latest version of the Azure IoT Operations extension for Azure CLI. Use the following command to add the extension or update it to the latest version:
6078
6179
```bash
@@ -301,6 +319,16 @@ To connect your cluster to Azure Arc:
301319

302320
To connect your cluster to Azure Arc:
303321

322+
> [!NOTE]
323+
> **Special instructions for AIO Internal Bugbash**:
324+
>
325+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below.
326+
> However for bug bashes, we will distribute one-off release candidates intended to expose functionality to exercise internally. Use this for Bug Bash 2 on 9/27
327+
> ``` bash
328+
> az storage blob download --auth-mode login --blob-url https://azedgecli.blob.core.windows.net/drop/azure_iot_ops-0.7.0a10-py3-none-any.whl -f ./azure_iot_ops-0.7.0a10-py3-none-any.whl
329+
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
330+
> ```
331+
304332
1. In your codespace terminal, sign in to Azure CLI:
305333

306334
```azurecli

0 commit comments

Comments
 (0)