calque/infrastructure/monitoring.bicep
2024-11-18 10:13:51 +01:00

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: {}
// }