We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0570bb + 50ff83f commit 3373836Copy full SHA for 3373836
docs-conceptual/azurermps-5.5.0/get-started-azureps.md
@@ -202,7 +202,7 @@ $location = "westeurope"
202
$vmName = "myLinuxVM"
203
204
# Definer user name and blank password
205
-$securePassword = ConvertTo-SecureString ' ' -AsPlainText -Force
+$securePassword = ConvertTo-SecureString 'azurepassword' -AsPlainText -Force
206
$cred = New-Object System.Management.Automation.PSCredential ("azureuser", $securePassword)
207
208
# Create a subnet configuration
0 commit comments