lz-actionGroup

Type: bicep-module

Snippet

resource notifyEngineer 'Microsoft.Insights/actionGroups@2024-10-01-preview' = { name: 'ag-notify-engineer' location: 'global' properties: { enabled: true groupShortName: 'engineer' emailReceivers: [ { name: 'landing zone engineer' emailAddress: email } ] } }

Path

landing-zones/bicep/modules/base/actionGroup.bicep

← Back to bigbang