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
The secure settings for Azure IoT Operations include secret management and user-assigned managed identity. These settings are recommended for production use.
17
+
The secure settings for Azure IoT Operations includes the setup of secrets management and a user-assigned managed identity for components that connect to a resource outside of the cluster, for example, an OPC UA server, or a dataflow source or destination endpoint.
18
18
19
-
The end-to-end sample articles skip the secure settings configuration and instead deploy Azure IoT Operations with only test settings. The test settings are easier and quicker to get you started with a deployment, but after your initial deployment you might want to start using the secure settings. This article provides instructions for enabling secure settings on an existing deployment.
19
+
The test settings are easier and quicker to get you started with a deployment, but after your initial deployment you might want to start using the secure settings. This article provides instructions for enabling secure settings on an existing deployment.
20
20
21
21
## Prerequisites
22
22
23
-
* An Azure IoT Operations instance deployed with test settings, as in [Quickstart: Run Azure IoT Operations Preview in GitHub Codespaces](../get-started-end-to-end-sample/quickstart-deploy.md).
23
+
* An Azure IoT Operations instance deployed with test settings.
24
24
25
25
* 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.53.0 or higher. Use `az --version` to check your version and `az upgrade` to update if necessary.
26
26
@@ -53,7 +53,7 @@ Use the following steps to enable workload identity on an existing connected K3s
53
53
1. Add the new connectedk8s cli source.
54
54
55
55
```azurecli
56
-
az extension add --source PATH_TO_WHL_FILE
56
+
az extension add --source <PATH_TO_WHL_FILE>
57
57
```
58
58
59
59
1. Export environment variables and set the release tag to 0.1.15392-private.
0 commit comments