I have been working on b2c from a couple of weeks. I created many resources like applications, users, user flows, policies.
I want to know the billing details of this particular tenant.
I found this query where I can get charges list within a scope:
GET https://management.azure.com/{scope}/providers/Microsoft.Consumption/charges?api-version=2021-10-01
Any way to filter this query so that it shows details only related to b2c tenant
But I'm not sure whether this is correct or not. Can anyone with this domain knowledge help me out whether I'm on right path or any modifications needed?



