Home > Mobile >  Is it possible to set a cost alert within a daily grain on Azure?
Is it possible to set a cost alert within a daily grain on Azure?

Time:07-27

Let's suppose that I have a resource group which has a daily average cost of $300, then I want to set an alert when the cost of this resource group reach $320 in a day. Is it possible to do that alert set for a daily analysis? I've searched on Azure portal but I've found only the monthly grain for this kind of set.

CodePudding user response:

is it possible to do that alert set for a daily analysis?

Yes, it is possible to set a cost alert within a daily grain using Azure Cost Analysis that shows the daily cost view of Azure resources as shown below:

enter image description here

Follow the steps as mentioned in this document, to set cost alerts for Azure resources which can be sent through emails on daily/weekly/monthly basis.

  • Related