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-manage-secrets.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,6 @@ ms.date: 09/24/2024
15
15
16
16
Azure IoT Operations uses Azure Key Vault as the managed vault solution on the cloud, and uses [Azure Key Vault Secret Store extension for Kubernetes](/azure/azure-arc/kubernetes/secret-store-extension) to sync the secrets down from the cloud and store them on the edge as Kubernetes secrets.
17
17
18
-
>[!NOTE]
19
-
>**Special instructions for AIO Internal Bugbash**:
20
-
>
21
-
>Refer to [Test secrets and user-assigned managed identity](https://msazure.visualstudio.com/One/_wiki/wikis/AIO.wiki/710296/Test-Secrets-and-User-Assigned-Managed-Identity) for instructions on how to test secrets with the PLC simulator.
22
-
23
18
## Prerequisites
24
19
25
20
* An Azure IoT Operations instance deployed with secure settings. If you deployed Azure IoT Operations with test settings and now want to use secrets, you need to first [enable secure settings](./howto-enable-secure-settings.md).
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
-35Lines changed: 0 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,16 +39,6 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
39
39
40
40
* 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:
41
41
42
-
> [!NOTE]
43
-
> **Special instructions for AIO Internal Bugbash**:
44
-
>
45
-
> Official IoT Ops CLI releases are installed via extension index with the *az extension add --upgrade --name azure-iot-ops* command 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
@@ -66,16 +56,6 @@ To prepare your Azure Arc-enabled Kubernetes cluster, you need:
66
56
67
57
* 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).
68
58
69
-
> [!NOTE]
70
-
> **Special instructions for AIO Internal Bugbash**:
71
-
>
72
-
> Official IoT Ops CLI releases are installed via extension index with the *az extension add --upgrade --name azure-iot-ops* command 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
> az extension add --upgrade --source ./azure_iot_ops-0.7.0a11-py3-none-any.whl
77
-
>```
78
-
79
59
* 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:
80
60
81
61
```bash
@@ -118,21 +98,6 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
118
98
| CLUSTER_NAME | A name for the new cluster to be created. |
119
99
| ARC_APP_OBJECT_ID | The object ID value that you retrieved in the previous step. |
120
100
121
-
> [!NOTE]
122
-
> **Special instructions for AIO Internal Bugbash**:
123
-
>
124
-
> The instructions below for AksEdgeQuickStartForAio.ps1 from AKS-Edge GitHub repo are for external customer consumption and will only work after AIO 0.7 is released.
125
-
>
126
-
> For internal bug bashes, use this powershell script below instead
Copy file name to clipboardExpand all lines: articles/iot-operations/get-started-end-to-end-sample/quickstart-deploy.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,17 +77,6 @@ To connect your cluster to Azure Arc:
77
77
78
78
1. After you sign in, Azure CLI displays all of your subscriptions and indicates your default subscription with an asterisk `*`. To continue with your default subscription, select `Enter`. Otherwise, type the number of the Azure subscription that you want to use.
79
79
80
-
> [!NOTE]
81
-
> **Special instructions for AIO Internal Bugbash**:
82
-
>
83
-
> Codespaces come preloaded with the Azure CLI and the latest public release of the azure-iot-ops extension.
84
-
> 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:
0 commit comments