0

Is there a way in Azure to get 2 (or more) separate invoices for consumption of resources created under the same subscription basing on resource group membership? Example:

  • Resource Group A - with a Sql database - 1 invoice
  • Resource Group B - with an App service - 2nd invoice with different details

If not, what's the easiest way to achieve separate invoices but keeping same login credentials to the portal? (separate subscription for the same user?)

filip
  • 1,444
  • 1
  • 20
  • 40

1 Answers1

2

Invoices NO, but information is already available in the Azure portal. Cost analysis can be found under a subscription and then you can group by resource group name,

enter image description here

Sajeetharan
  • 216,225
  • 63
  • 350
  • 396