5555 "type" : " String"
5656 },
5757 "logAnalyticsWorkspaceName" : {
58- "defaultValue" : " [concat('SMWorkspace', uniqueString(resourceGroup().id))]" ,
59- "type" : " String"
60- },
58+ "defaultValue" : " [concat('SMWorkspace', uniqueString(resourceGroup().id))]" ,
59+ "type" : " String"
60+ },
6161 "location" : {
6262 "type" : " string" ,
6363 "defaultValue" : " [resourceGroup().location]" ,
281281 ]
282282 },
283283 {
284- "type" : " microsoft.operationalinsights/workspaces" ,
285- "apiVersion" : " 2022-10-01" ,
286- "name" : " [parameters('logAnalyticsWorkspaceName')]" ,
287- "location" : " [parameters('location')]" ,
288- "properties" : {
289- "sku" : {
290- "name" : " pergb2018"
291- },
292- "retentionInDays" : 30 ,
293- "features" : {
284+ "type" : " microsoft.operationalinsights/workspaces" ,
285+ "apiVersion" : " 2022-10-01" ,
286+ "name" : " [parameters('logAnalyticsWorkspaceName')]" ,
287+ "location" : " [parameters('location')]" ,
288+ "properties" : {
289+ "sku" : {
290+ "name" : " pergb2018"
291+ },
292+ "retentionInDays" : 30 ,
293+ "features" : {
294294 "enableLogAccessUsingOnlyResourcePermissions" : true
295- },
296- "workspaceCapping" : {
297- "dailyQuotaGb" : -1
298- },
299- "publicNetworkAccessForIngestion" : " Enabled" ,
300- "publicNetworkAccessForQuery" : " Enabled"
301- }
302- },
295+ },
296+ "workspaceCapping" : {
297+ "dailyQuotaGb" : -1
298+ },
299+ "publicNetworkAccessForIngestion" : " Enabled" ,
300+ "publicNetworkAccessForQuery" : " Enabled"
301+ }
302+ },
303303 {
304304 "name" : " [parameters('appInsightsName')]" ,
305305 "type" : " Microsoft.Insights/components" ,
313313 }
314314 }
315315 ]
316- }
316+ }
0 commit comments