Skip to content

Commit cc35618

Browse files
authored
Merge pull request #295108 from dominicbetts/aio-media-onvif-connector-updates
AIO: Media connector bicep updates
2 parents 8f8a551 + 7d1ce7f commit cc35618

File tree

3 files changed

+501
-277
lines changed

3 files changed

+501
-277
lines changed

articles/iot-operations/deploy-iot-ops/howto-enable-secure-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For k3s clusters on Kubernetes, you can update an existing cluster. To enable an
6161
6262
Make a note of the output from this command to use in the next steps.
6363
64-
1. Create the k3s config file:
64+
1. Create the k3s config file on the machine where you deployed your Kubernetes cluster:
6565
6666
```bash
6767
sudo nano /etc/rancher/k3s/config.yaml
@@ -90,7 +90,7 @@ Secrets management for Azure IoT Operations uses the Secret Store extension to s
9090
To set up secrets management:
9191
9292
1. [Create an Azure key vault](/azure/key-vault/secrets/quick-create-cli#create-a-key-vault) that's used to store secrets, and [give your user account permissions to manage secrets](/azure/key-vault/secrets/quick-create-cli#give-your-user-account-permissions-to-manage-secrets-in-key-vault) with the `Key Vault Secrets Officer` role.
93-
1. [Create a user-assigned managed identity](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) for the Secret Store extension.
93+
1. [Create a user-assigned managed identity](/entra/identity/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-azp#create-a-user-assigned-managed-identity) for the *secret store* extension to use to access the key vault.
9494
1. Use the [az iot ops secretsync enable](/cli/azure/iot/ops/secretsync#az-iot-ops-secretsync-enable) command to set up the Azure IoT Operations instance for secret synchronization. This command:
9595
9696
- Creates a federated identity credential by using the user-assigned managed identity.

0 commit comments

Comments
 (0)