Skip to content

Commit

Permalink
fixes to monitoringSettings for max testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderojala committed Nov 20, 2024
1 parent c08f3eb commit 9fd08fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions avm/res/recovery-services/vault/tests/e2e/max/main.test.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,12 @@ module testDeployment '../../../main.bicep' = [
monitoringSettings: {
azureMonitorAlertSettings: {
alertsForAllJobFailures: 'Enabled'
alertsForAllFailoverIssues: 'Enabled'
alertsForAllReplicationIssues: 'Enabled'
}
classicAlertSettings: {
alertsForCriticalOperations: 'Enabled'
emailNotificationsForSiteRecovery: 'Enabled'
}
}
securitySettings: {
Expand Down

0 comments on commit 9fd08fa

Please sign in to comment.