Skip to content

Commit bdf6603

Browse files
committed
param changes
1 parent 7254785 commit bdf6603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicepparam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using './main.bicep'
22

33
param enableTelemetry = true
4-
param solutionPrefix = 'thdev'
4+
param solutionPrefix = 'vntstth'
55
param solutionLocation = 'australiaeast'
66
param logAnalyticsWorkspaceConfiguration = {
77
dataRetentionInDays: 30
@@ -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'

0 commit comments

Comments
 (0)