Is the limit for number of Cost Management Views per tenant or per user?

Josh Kersey 20 Reputation points
2024-11-21T16:16:43.11+00:00

I'm trying to use the Cost Management API to programmatically create Views, however I'm running into an error that says I've reached the maximum number of views. The limit appears to be 150. Is this limit per tenant or per user/service principal?

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
3,612 questions
0 comments No comments
{count} votes

Accepted answer
  1. SadiqhAhmed-MSFT 49,331 Reputation points Microsoft Employee Moderator
    2024-11-21T20:40:19.1766667+00:00

    @Josh Kersey Greetings!

    Short answer: The limit is applicable on per user/spn.

    User's image

    Source link: https://learn.microsoft.com/en-us/azure/cost-management-billing/costs/save-share-views

    Hope this answers your question. Please reply if you have further questions in this matter.


    If the response helped, do "Accept Answer" and up-vote it

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. hossein jalilian 11,055 Reputation points Volunteer Moderator
    2024-11-21T19:18:39.3566667+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    The Azure Resource Manager, which the Cost Management API is part of, has the following relevant limits:

    • Subscription scoped reads: 12,000 per hour
    • Subscription scoped writes: 1,200 per hour
    • Tenant scoped reads: 12,000 per hour
    • Tenant scoped writes: 1,200 per hour

    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.