Skip to content

Commit 1bc28ae

Browse files
authored
Update quick-create-cli.md
VMs require a password length between 12 and 123 characters, causing the existing code snippet to fail. I've removed it as the content owners have stated they want users to enter a password. (See #48490).
1 parent 0bcb3a2 commit 1bc28ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/virtual-machines/windows/quick-create-cli.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ az vm create \
5151
--resource-group myResourceGroup \
5252
--name myVM \
5353
--image win2016datacenter \
54-
--admin-username azureuser \
55-
--admin-password myPassword
54+
--admin-username azureuser
5655
```
5756

5857
It takes a few minutes to create the VM and supporting resources. The following example output shows the VM create operation was successful.

0 commit comments

Comments
 (0)