Hi Mishra,
Thanks for reaching out to Microsoft Q&A.
Check if any of the below options will suit your requirement.
- Try to use the Budgets REST API to create or update budgets programmatically and specify the email recipients, subject, and body of the alert email. You can include the tenant ID and customer name in the email body as variables.
- You can use PowerShell to create or update budgets and specify the email recipients, subject, and body of the alert email. You can include the tenant ID and customer name in the email body as variables
- Azure Resource Manager template to create or update budgets and specify the email recipients, subject, and body of the alert email. You can include the tenant ID and customer name in the email body as variables
You can remove/add details that you need/dont need when customizing the email using one of the above options.
Let me know if this is what you are looking for.
Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.