Azure Monitor Action Rule Suppression

This page shows how to write Terraform and Azure Resource Manager for Monitor Action Rule Suppression and write them securely.

azurerm_monitor_action_rule_suppression (Terraform)

The Action Rule Suppression in Monitor can be configured in Terraform with the resource name azurerm_monitor_action_rule_suppression. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Azure best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Manages an Monitor Action Rule which type is suppression.

Tips: Best Practices for The Other Azure Monitor Resources

In addition to the azurerm_monitor_log_profile, Azure Monitor has the other resources that should be configured for security reasons. Please check some examples of those resources and precautions.

risk-label

azurerm_monitor_log_profile

Ensure to enable the activity retention log

It is better to enable the activity retention log to ensure that all the information required for an effective investigation is still available.

Review your Azure Monitor settings

In addition to the above, there are other security points you should be aware of making sure that your .tf files are protected in Shisho Cloud.

Microsoft.AlertsManagement/actionRules (Azure Resource Manager)

The actionRules in Microsoft.AlertsManagement can be configured in Azure Resource Manager with the resource name Microsoft.AlertsManagement/actionRules. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Frequently asked questions

What is Azure Monitor Action Rule Suppression?

Azure Monitor Action Rule Suppression is a resource for Monitor of Microsoft Azure. Settings can be wrote in Terraform.