Vault Monitoring
data class VaultMonitoring(val alertsForAllJobFailuresEnabled: Boolean? = null, val alertsForCriticalOperationFailuresEnabled: Boolean? = null)
Properties
Link copied to clipboard
Enabling/Disabling built-in Azure Monitor alerts for security scenarios and job failure scenarios. Defaults to true
.
Link copied to clipboard
Enabling/Disabling alerts from the older (classic alerts) solution. Defaults to true
. More details could be found here.