File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/active-directory/managed-identities-azure-resources Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ The user assigned managed identity should be specified using its [resourceID](./
170
170
# [ Azure CLI] ( #tab/azure-cli )
171
171
172
172
``` azurecli
173
- az vm create --resource-group <MyResourceGroup> --name <myVM> --image UbuntuLTS --admin-username <USER NAME> --admin-password <PASSWORD> --assign-identity <USER ASSIGNED IDENTITY NAME>
173
+ az vm create --resource-group <MyResourceGroup> --name <myVM> --image <SKU Linux Image> --admin-username <USER NAME> --admin-password <PASSWORD> --assign-identity <USER ASSIGNED IDENTITY NAME>
174
174
```
175
175
176
176
[ Configure managed identities for Azure resources on a VM using the Azure CLI] ( qs-configure-cli-windows-vm.md#user-assigned-managed-identity )
You can’t perform that action at this time.
0 commit comments