Forum Discussion
Srini1987
Feb 03, 2021Copper Contributor
Need to get budget allocated for all my subscription and management group in Azure u
Hi Team
I'm new to automation world and learning day by days
i've wondering to get the budget allocated for all my subscription and management group in Azure Account.
i am able to achieve using rest api for one subscription using the API below
however my requirement is to get it for all subscription & management group in my Azure account ,Any experts can help me on this which is much appreciate
- AndySvintsSteel Contributor
Hello Srini1987,
Did you look into Get-AzureRmConsumptionBudget cmdlet? It lists all budgets in the subscription or resource group.
Hope that helps.
- Srini1987Copper ContributorThanks for your update..How to achieve for multiple subscription
- AndySvintsSteel Contributor
Hello Srini1987,
One of the options would be to get all subscriptions and then loop though them and get consumption budgets.
Hope that helps.