Skip to content

Commit 744e89e

Browse files
authored
Adding internal cli whl instructions
1 parent 7c60a7c commit 744e89e

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
@@ -291,6 +309,16 @@ To connect your cluster to Azure Arc:
291309

292310
To connect your cluster to Azure Arc:
293311

312+
> [!NOTE]
313+
> **Special instructions for AIO Internal Bugbash**:
314+
>
315+
> Official IoT Ops CLI releases are installed via extension index like so az extension add --upgrade --name azure-iot-ops mentioned below.
316+
> 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
317+
> ``` bash
318+
> 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
319+
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a10-py3-none-any.whl
320+
> ```
321+
294322
1. In your codespace terminal, sign in to Azure CLI:
295323

296324
```azurecli

0 commit comments

Comments
 (0)