Is there any Terraform code or ARM Template code available for creating Action group with action as Logic app in azure

Mounika Ponnam 71 Reputation points
2021-07-30T08:56:21.98+00:00

I am able to create action group manually in the azure portal.

I need to automate creation of Action group with action as "Logic app" in azure with the code,
Is there any terraform code or ARM template available to create action group

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,037 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,996 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SwathiDhanwada-MSFT 18,556 Reputation points
    2021-08-05T14:32:00.217+00:00

    @Mounika Ponnam You can check out the existing quick start templates with which you create action groups via ARM template.

    Reference Link : https://github.com/Azure/azure-quickstart-templates/tree/master/demos/monitor-action-groups

    0 comments No comments