Is it possible to set spending limits within an Azure subscription by Resource Groups?
Ex:
- Resource Group 1 - 100 USD
- Resource Group 2 - 400 USD
Is it possible to set spending limits within an Azure subscription by Resource Groups?
Ex:
NAO , you can not limit the expenses of a resource group. At least I did not see RG configuration, either portal or PS.
There is a way to create a pre paid subscription, in this you will have spending limits per period, but in order to have a subscription, you need to pre purchase a good amount of credits - something close to USD 12K / year - this is not correct, it is necessary to verify.
MAS , you can develop something to help with this. A combination of Azure Functions + Azure PowerShell should do the service.