Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dzeyelid/a16ae9b7b5c061e52cd67c01f1acd31d to your computer and use it in GitHub Desktop.
Save dzeyelid/a16ae9b7b5c061e52cd67c01f1acd31d to your computer and use it in GitHub Desktop.
A sample of the data via Azure Cost Alert Webhook
{
"schemaId": "AIP Budget Notification",
"data": {
"SubscriptionName": "<Subscription name>",
"SubscriptionId": "12345678-1234-1234-1234-123456789012",
"EnrollmentNumber": "",
"DepartmentName": "",
"AccountName": "",
"BillingAccountId": "",
"BillingProfileId": "",
"InvoiceSectionId": "",
"ResourceGroup": "<Resource group name>",
"SpendingAmount": "170.85",
"BudgetStartDate": "2020-07-01",
"Budget": "30",
"Unit": "JPY",
"BudgetCreator": "<Email address of the creator>",
"BudgetName": "<Budget name>",
"BudgetType": "Cost",
"NotificationThresholdAmount": "28.50"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment