2

I have a resource group named XYZ on which I want to apply a budget and when the budget is used, I want the resource group to be frozen, i.e. no more transactions can be done from the resource group.

If there any service in azure for the same or any code that can be run in PowerShell which stops the resource groups when their respective budgets are all used up?

Jessica
  • 167
  • 2
akshay
  • 41
  • 2

1 Answers1

0

When you create or edit a budget for a subscription or resource group scope, you can configure it to call an action group. The action group can perform various actions when your budget threshold is met. Action Groups are currently only supported for subscription and resource group scopes. For more information about Action Groups, see Create and manage action groups in the Azure portal.

For more information about using budget-based automation with action groups, see Manage costs with Azure Budgets.

Nishant
  • 623
  • 4
  • 10