Skip to content

Commit

Permalink
bicep file needed a less placeholder name
Browse files Browse the repository at this point in the history
  • Loading branch information
ldraney committed Dec 23, 2024
1 parent 13a674f commit 8d79c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion az-trial-infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ resource myVM 'Microsoft.Compute/virtualMachines@2022-03-01' = {
}
osProfile: {
computerName: vmName
adminUsername: 'azureuser'
adminUsername: 'nameduser'
adminPassword: 'ReplaceWithASecurePassword#123' // For example only—use Key Vault in real scenarios
}
networkProfile: {
Expand Down

0 comments on commit 8d79c75

Please sign in to comment.