Skip to content

Commit c777f8d

Browse files
Merge pull request #287387 from rbhaiya/patch-12
Update howto-deploy-iot-operations.md
2 parents 6556181 + dfaa6e4 commit c777f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Azure secret requires a user-assigned managed identity with access to the Azure
191191
* Adds a minimum secret provider class associated with the Azure IoT Operations instance.
192192

193193
```azurecli
194-
az iot ops secretsync enable -n <CLUSTER_NAME> -g <RESOURCE_GROUP> --mi-user-assigned <USER_ASSIGNED_MI_RESOURCE_ID> --kv-resource-id <KEYVAULT_RESOURCE_ID>
194+
az iot ops secretsync enable -n <AIO_NAME> -g <RESOURCE_GROUP> --mi-user-assigned <USER_ASSIGNED_MI_RESOURCE_ID> --kv-resource-id <KEYVAULT_RESOURCE_ID>
195195
```
196196

197197
1. Create a user-assigned managed identity which can be used for cloud connections. Don't use the same identity as the one used to set up secrets management.
@@ -204,7 +204,7 @@ Azure secret requires a user-assigned managed identity with access to the Azure
204204
1. Run the following command to assign the identity to the Azure IoT Operations instance. This command also created a federated identity credential using the OIDC issuer of the indicated connected cluster and the Azure IoT Operations service account.
205205
206206
```azurecli
207-
az iot ops identity assign -n <CLUSTER_NAME> -g <RESOURCE_GROUP> --mi-user-assigned <USER_ASSIGNED_MI_RESOURCE_ID>
207+
az iot ops identity assign -n <AIO_NAME> -g <RESOURCE_GROUP> --mi-user-assigned <USER_ASSIGNED_MI_RESOURCE_ID>
208208
```
209209

210210
### [Azure portal](#tab/portal)

0 commit comments

Comments
 (0)