Created
August 7, 2020 11:29
-
-
Save dzeyelid/a16ae9b7b5c061e52cd67c01f1acd31d to your computer and use it in GitHub Desktop.
A sample of the data via Azure Cost Alert Webhook
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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