Skip to content

Commit 7e30209

Browse files
added vm username param
1 parent 529d37b commit 7e30209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/main.bicepparam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ param containerAppsList = [
204204
}
205205
]
206206

207+
param vmUserName = readEnvironmentVariable('VM_ADMIN_USERNAME', 'testvmuser')
207208
param vmAdminPassword = readEnvironmentVariable('VM_ADMIN_PASSWORD', '$(secretOrRandomPassword)')
208209
param vmSize = 'Standard_D2s_v4'
209210

0 commit comments

Comments
 (0)