Azure Rest API for retail price

K Abhinandu Reddy 1 Reputation point
2022-10-27T07:11:12.547+00:00

Hello Team,

I am trying to get the price for the Load Balancer, and I am using the api mentioned in this document
https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices
But i think the data for Load Balancer is not present in this particular Database.
Can you please help me out in getting price for Load Balancer Service.

Thank you

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,355 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
424 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. rafalzak 3,221 Reputation points
    2022-10-27T07:32:24.84+00:00

  2. SwathiDhanwada-MSFT 18,556 Reputation points
    2022-11-21T03:44:19.06+00:00

    @K Abhinandu Reddy Welcome to Microsoft Q & A Community Forum. To retrieve the price list of Load Balancer, you can try below API.

    https://prices.azure.com/api/retail/prices?api-version=2021-10-01-preview&$filter=serviceFamily eq 'Networking' and productName eq 'Load Balancer'

    0 comments No comments