11 lines
296 B
Bicep
11 lines
296 B
Bicep
import { Context } from 'types.bicep'
|
|
|
|
targetScope = 'resourceGroup'
|
|
|
|
param context Context
|
|
|
|
// resource monitoring 'Microsoft.___/___@___' = {
|
|
// name: '___-${context.locationAbbreviation}-${context.environment}-${context.projectName}'
|
|
// location: context.location
|
|
// properties: {}
|
|
// }
|