sparse-intern-71089
11/11/2020, 8:00 AMicy-jordan-58549
11/11/2020, 8:00 AMnew azure_nextgen.consumption.latest.Budget(
'budget',
{
amount: 900,
budgetName: config.appName,
category: 'Cost',
filter: {
and: [
{
dimensions: {
name: 'ResourceId',
operator: 'In',
values: [config.resourceGroup.id]
}
}
]
},
notifications: {
Actual_GreaterThan_80_Percent: {
contactEmails: ['<mailto:fedya@skitsko.com|fedya@skitsko.com>'],
enabled: true,
operator: 'GreaterThan',
threshold: 80
}
},
scope: config.resourceGroup.id,
timeGrain: 'Monthly',
timePeriod: {
startDate: '2020-11-01T00:00:00Z'
}
},
{ parent: config.resourceGroup }
);
icy-jordan-58549
11/11/2020, 8:01 AMicy-jordan-58549
11/11/2020, 8:03 AMicy-jordan-58549
11/11/2020, 8:29 AMtall-librarian-49374
11/11/2020, 8:42 AMicy-jordan-58549
11/11/2020, 8:56 AMicy-jordan-58549
11/11/2020, 8:59 AM