Skip to content

Commit 80be276

Browse files
added default password for vm
1 parent 7e30209 commit 80be276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicepparam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ param containerAppsList = [
205205
]
206206

207207
param vmUserName = readEnvironmentVariable('VM_ADMIN_USERNAME', 'testvmuser')
208-
param vmAdminPassword = readEnvironmentVariable('VM_ADMIN_PASSWORD', '$(secretOrRandomPassword)')
208+
param vmAdminPassword = readEnvironmentVariable('VM_ADMIN_PASSWORD', 'JumpboxAdminP@ssw0rd1234!')
209209
param vmSize = 'Standard_D2s_v4'
210210

211211
// ========================================

0 commit comments

Comments
 (0)