File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ resource storageResourceGroup 'Microsoft.Resources/resourceGroups@2021-04-01' ex
110
110
}
111
111
112
112
// Monitor application with Azure Monitor
113
- module monitoring './ core/monitor/monitoring.bicep' = if (useApplicationInsights ) {
113
+ module monitoring 'core/monitor/monitoring.bicep' = if (useApplicationInsights ) {
114
114
name : 'monitoring'
115
115
scope : resourceGroup
116
116
params : {
@@ -122,7 +122,7 @@ module monitoring './core/monitor/monitoring.bicep' = if (useApplicationInsights
122
122
}
123
123
124
124
125
- module applicationInsightsDashboard 'backend-dashboard.bicep' = {
125
+ module applicationInsightsDashboard 'backend-dashboard.bicep' = if ( useApplicationInsights ) {
126
126
name : 'application-insights-dashboard'
127
127
scope : resourceGroup
128
128
params : {
You can’t perform that action at this time.
0 commit comments