Skip to content

Commit ec3d4c1

Browse files
committed
fix secure settings cli
1 parent 3d440e3 commit ec3d4c1

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)