I want to get the monthly billing invoice of my Azure Resource Group usage sent to my mail instead of downloading it manually from the portal. This can be possible at subscription level but can this be achieved at Resource group level?
Any ideas please?
After a lot of research and help from Stack Overflow, I was able to achieve the requirement as mentioned in the question.
You have two options:-
Once you've added scheduled the export, your invoice will be stored in your storage account. (You will need to add the storage account details in the export configuration) I have used an Azure logic app to pick up the invoice file contents from my storage account and then send it via mail.
Check my post for further clarification --> Dynamically send blobs from azure storage account to email using azure logic apps