Skip to content

Commit b3e1457

Browse files
Add Actual Cost and Forecasted Budget payloads
1 parent 81f7c56 commit b3e1457

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

articles/azure-monitor/alerts/alerts-non-common-schema-definitions.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,30 @@ The non-common alert schema lets you customize the consumption experience for al
390390
}
391391
}
392392
```
393+
#### `monitoringService` = `Actual Cost Budget` or `Forecasted Budget`
394+
395+
**Sample values**
396+
```json
397+
{
398+
"schemaId": "AIP Budget Notification",
399+
"data": {
400+
"SubscriptionName": "test-subscription",
401+
"SubscriptionId": "11111111-1111-1111-1111-111111111111",
402+
"EnrollmentNumber": "",
403+
"DepartmentName": "test-budgetDepartmentName",
404+
"AccountName": "test-budgetAccountName",
405+
"BillingAccountId": "",
406+
"BillingProfileId": "",
407+
"InvoiceSectionId": "",
408+
"ResourceGroup": "test-RG",
409+
"SpendingAmount": "1111.32",
410+
"BudgetStartDate": "2023-01-20T23:49:40.216Z",
411+
"Budget": "10000",
412+
"Unit": "USD",
413+
"BudgetCreator": "[email protected]",
414+
"BudgetName": "test-budgetName",
415+
"BudgetType": "Cost",
416+
"NotificationThresholdAmount": "8000.0"
417+
}
418+
}
419+
```

0 commit comments

Comments
 (0)