Skip to content

Commit 7835343

Browse files
Mzamankhankgremban
andauthored
Apply suggestions from code review
Co-authored-by: Kelly Gremban <[email protected]>
1 parent e26b190 commit 7835343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ Secret Store extension requires a user-assigned managed identity with access to
104104

105105
1. Create an [Azure Key Vault](/azure/key-vault/secrets/quick-create-cli) which will be used to store secrets.
106106
2. Make sure you have `Key Vaults Secrets Officer` role on the Azure Key Vault.
107-
3. Create a [User Assigned Managed Identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) for secret store extension.
108-
5. Use the [az iot ops secretsync enable](/cli/azure/iot/ops) command to set up the Azure IoT Operations instance for secret synchronization.
107+
3. Create a [User Assigned Managed Identity](/entra/identity/managed-identities-azure-resources/overview) for secret store extension.
108+
5. 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.
109109

110110
This command:
111111

@@ -165,7 +165,7 @@ Now that secret synchronization setup is complete, you can refer to [Manage Secr
165165

166166
Some Azure IoT Operations components like dataflow endpoints use user-assigned managed identity for cloud connections. It's recommended to use a separate identity from the one used to set up Secrets Management.
167167

168-
1. Create a [User Assigned Managed Identity](https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview) which will be used for cloud connections.
168+
1. Create a [User Assigned Managed Identity](/entra/identity/managed-identities-azure-resources/overview) which will be used for cloud connections.
169169

170170
> [!NOTE]
171171
> You will need to grant the identity permission to whichever cloud resource this will be used for.

0 commit comments

Comments
 (0)