How does Azure Reservation Coverge is calculated ? Is there any API from which the coverage details can be obtained ?

Padmini Anand 21 Reputation points
2022-10-07T12:13:53.477+00:00

Hi Team,
I am trying to find Azure Reservation Coverage details, Is there any API to find it or any API from which the coverage details can be calculated ?
Is there any formula to calculate the azure coverage. How does it differ for EA and CSP customers, the formula and APIs can be applied to both type of customers ?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,081 questions
Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,003 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Stanislav Zhelyazkov 20,616 Reputation points MVP
    2022-10-07T12:39:56.15+00:00

    Hi,
    The API that you are looking for is Reservation Summaries. It applies to any type of reservation and basically will give you the utilization in % via avgUtilizationPercentage property. Keep in mind that if the end date for your request is the current most likely the utilization will not be 100 %. This is due to delay in data. This API is the same one when you go to Azure Portal -> Reservations -> click on specific reservation and you will see utilization over time chart.

    Edit: Also check Reservations Details API.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.