I am getting zero items from azure pricing API when i calling 10 API at same time with diffrent query parameter. See below for details,
API URL: https://prices.azure.com/api/retail/prices?api-version=2023-01-01-preview
Next API URL:
https://prices.azure.com:443/api/retail/prices?api-version=2023-01-01-preview&$skip=1000
Next API URL:
https://prices.azure.com:443/api/retail/prices?api-version=2023-01-01-preview&$skip=2000
I am getting below response some time from above API for any random API,
Response,
{"BillingCurrency":"USD","CustomerEntityId":"Default","CustomerEntityType":"Retail","Items":[],"NextPageLink":null,"Count":0}
So can you please check at your end and prrovide me the solution. Also if possible then is there any diffrents in middle and last API call (Some header parameter that refere that its last API for get retail data. So we can diffrentiat both API and implement retry function for middle API only not for last API).
Please let me know if you have any solution.
Thanks
Hasrat Malik