When i create a new budget using powershell and try to set alert using the same command, it sets but not displaying in cost alerts section and also the amount not seen in alert conditions.
Below is the command:
Set-AzConsumptionBudget -Amount $Amount -Name $BudgetName `
-ResourceGroupName $RGName -Category Cost -StartDate $StartDate `
-EndDate $EndDate -ContactEmail $EmailId -NotificationKey $Key `
-NotificationThreshold 0.8 -NotificationEnabled -TimeGrain Monthly `
-ContactGroup $ActionGroupId
Below is the image which shows the amount field is not populating:
I can see it in budget section but not in cost alert section: