Skip to content

Commit 5829aa9

Browse files
(ForumsTeam) fixes MicrosoftDocs/azure-docs#52189
If password requirements are not followed, no error is thrown and users see issues logging in to the VM, without any clue on why that would be happening.
1 parent e5d4b6b commit 5829aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machine-scale-sets/virtual-machine-scale-sets-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ There are two main ways to change the password for VMs in scale sets.
440440

441441
Update the admin credentials directly in the scale set model (for example using the Azure Resource Explorer, PowerShell or CLI). Once the scale set is updated, all new VMs have the new credentials. Existing VMs only have the new credentials if they are reimaged.
442442

443-
- Reset the password using the VM access extensions.
443+
- Reset the password using the VM access extensions. Make sure to follow the password requirements as described [here](https://docs.microsoft.com/azure/virtual-machines/windows/faq#what-are-the-password-requirements-when-creating-a-vm).
444444

445445
Use the following PowerShell example:
446446

0 commit comments

Comments
 (0)