Can you please try the below and confirm if it's working:
GET https://prices.azure.com/api/retail/prices?currencyCode='INR'&$filter=serviceName eq 'Virtual Machines' and priceType eq 'Reservation'
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I am trying get the data using Azure Retail Prices API with the below link
https://learn.microsoft.com/en-us/rest/api/cost-management/retail-prices/azure-retail-prices
Only currencyCode filterig when i am using any other filters as specied in the link not able to filter the data
as exampe : call
https://prices.azure.com/api/retail/prices?$filter=serviceName eq 'Virtual Machines' and priceType eq 'Reservation'
i tried with -eq aswell.
Please sugegst if any idea.
Thanks
satya
Can you please try the below and confirm if it's working:
GET https://prices.azure.com/api/retail/prices?currencyCode='INR'&$filter=serviceName eq 'Virtual Machines' and priceType eq 'Reservation'
Hi Darsha,
Tryed as suggested, Virtual Machines' filter not applying.
thanks
satya