Skip to content

Commit eed2fef

Browse files
Merge pull request #236121 from msaenzbosupport/patch-21
[Doc-A-Thon] Replacing Ubuntu with SKU linux image
2 parents 9dddb23 + 27cb4d7 commit eed2fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/managed-identities-azure-resources/tutorial-vm-managed-identities-cosmos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The user assigned managed identity should be specified using its [resourceID](./
170170
# [Azure CLI](#tab/azure-cli)
171171

172172
```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>
174174
```
175175

176176
[Configure managed identities for Azure resources on a VM using the Azure CLI](qs-configure-cli-windows-vm.md#user-assigned-managed-identity)

0 commit comments

Comments
 (0)