Hi and greetings,
I'm using https://prices.azure.com:443/api/retail/prices this api to get prices programlly recent days and it worked well until today.
Today I found the api occasionally return empty results:
###################################################################
lionyu@SHA-LAP-AC803:/tmp$ curl 'https://prices.azure.com:443/api/retail/prices?$filter=serviceName%20eq%20%27Virtual%20Machines%27%20and%20priceType%20eq%20%27Consumption%27%20and%20indexof%28meterName%2C%20%27Spot%27%29%20eq%20-1%20and%20indexof%28meterName%2C%20%27Low%20Priority%27%29%20eq%20-1%20and%20indexof%28productName%2C%20%27Dedicated%20Host%27%29%20eq%20-1%20and%20indexof%28productName%2C%20%27Cloud%20Services%27%29%20eq%20-1¤cyCode=EUR&$skip=9000'
{"BillingCurrency":"EUR","CustomerEntityId":"Default","CustomerEntityType":"Retail","Items":[],"NextPageLink":null,"Count":0}
###################################################################
This url should return some items because it's received from previous(skip=8000) page result's 'NextPageLink' field.
This happened about once over every ten requests, occasionally but definitely reproduceable. Any suggestion?