We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7254785 commit bdf6603Copy full SHA for bdf6603
infra/main.bicepparam
@@ -1,7 +1,7 @@
1
using './main.bicep'
2
3
param enableTelemetry = true
4
-param solutionPrefix = 'thdev'
+param solutionPrefix = 'vntstth'
5
param solutionLocation = 'australiaeast'
6
param logAnalyticsWorkspaceConfiguration = {
7
dataRetentionInDays: 30
@@ -10,7 +10,7 @@ param applicationInsightsConfiguration = {
10
retentionInDays: 30
11
}
12
param virtualNetworkConfiguration = {
13
- enabled: false
+ enabled: true
14
15
param aiFoundryStorageAccountConfiguration = {
16
sku: 'Standard_LRS'
0 commit comments