Skip to content

Commit faa2a09

Browse files
Merge pull request #287337 from asergaz/m2-managesecrets
fix secure settings cli
2 parents 3d440e3 + ec3d4c1 commit faa2a09

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -312,10 +312,6 @@ Some Azure IoT Operations components like dataflow endpoints use user-assigned m
312312

313313
1. Create a user-assigned managed identity which can be used for cloud connections. Use the [az identity create](/cli/azure/identity#az-identity-create) command to create the user-assigned managed identity.
314314

315-
```azurecli
316-
az identity create --name "<USER_ASSIGNED_IDENTITY_NAME>" --resource-group "<RESOURCE_GROUP>" --location "<LOCATION>" --subscription "<SUBSCRIPTION>"
317-
```
318-
319315
# [Bash](#tab/bash)
320316

321317
```azurecli

0 commit comments

Comments
 (0)