Joby Santhosh
Joby Santhosh

Reputation: 185

Create Azure Budget Alert through terraform

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.

Upvotes: 4

Views: 3543

Answers (3)

Joby Santhosh
Joby Santhosh

Reputation: 185

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

Upvotes: 3

Max Ivanov
Max Ivanov

Reputation: 6561

As of March 16, 2021 it is still WIP, but the feature is coming.

You can track the progress here:

Upvotes: 2

Related Questions