initial attempt at IaC and CI/CD
This commit is contained in:
parent
597c7e4e0b
commit
820b251c61
11 changed files with 355 additions and 1 deletions
11
infrastructure/monitoring.bicep
Normal file
11
infrastructure/monitoring.bicep
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Context } from 'types.bicep'
|
||||
|
||||
targetScope = 'resourceGroup'
|
||||
|
||||
param context Context
|
||||
|
||||
// resource monitoring 'Microsoft.___/___@___' = {
|
||||
// name: 'acr-${context.locationAbbreviation}-${context.environment}-${context.projectName}'
|
||||
// location: context.location
|
||||
// properties: {}
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue