Skip to content

Commit c1ed314

Browse files
author
Mike Swantek
committed
update parameters
1 parent 1eefe9c commit c1ed314

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

infra/main.bicepparam

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ param applicationInsightsConfiguration = {
1010
retentionInDays: 30
1111
}
1212
param virtualNetworkConfiguration = {
13-
enabled: false
13+
enabled: true
1414
}
1515
param aiFoundryStorageAccountConfiguration = {
1616
sku: 'Standard_LRS'
@@ -19,3 +19,7 @@ param webServerFarmConfiguration = {
1919
skuCapacity: 1
2020
skuName: 'B2'
2121
}
22+
param virtualMachineConfiguration = {
23+
adminUsername: 'adminuser'
24+
adminPassword: '$tart12345'
25+
}

0 commit comments

Comments
 (0)