Skip to content

Commit 91d44db

Browse files
author
Mike Swantek
committed
revert to original.
connected to wrong repo. Sorry Alvaro
1 parent c1ed314 commit 91d44db

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

infra/main.bicepparam

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

0 commit comments

Comments
 (0)