2
votes

I'm trying to replicate the process of creating an Azure budget alert in the portal through terraform.

In the portal, I navigate to Cost Management + Billing, then onto cost alerts and I'm able to create a alert with my conditions for the entire subscription for the budget not to exceed a certain amount otherwise to send an email to a specific group or person.

I'm able to create an action group in terraform through azurerm_monitor_action_group but how do I create an alert for the budget. I don't see any valid documentations for it.

2

2 Answers

3
votes

I found this provider that can be leveraged into terraform to create budget alert for the time being. Hope this helps anyone looking

https://registry.terraform.io/providers/innovationnorway/azure-preview/latest/docs/resources/azurepreview_budget