This message was deleted.
# contributors
b
This message was deleted.
🙌 1
w
Copy code
db.products.find({"vendorName": "azure", "service":"SQL Database", "attributes.skuName": "4 vCore Zone Redundancy", "attributes.productName": {$regex: "General Purpose - Compute Gen5", $options: "i"}, "region":"eastus" }).pretty();
This shows $0.974189/hr in my old DB dump and $0.365321/hr on the latest mongo data. The new price matches the Azure cost calc but I can’t find that price on https://azure.microsoft.com/en-us/pricing/details/azure-sql-database/elastic/ I’m going to update the test for now as the filters are correct.
wtf, I checked the above cost calc link again and it shows 711.16 now, @little-author-61621 do you see the same cost on that link?
The SKU
DZH318Z0BPXL/03SV/23edd1d1-db61-5d1d-98c4-1799a211f960
and
DZH318Z0BPXL/03R5/23edd1d1-db61-5d1d-98c4-1799a211f960
show
"effectiveDateStart" : "2021-07-01T00:00:00Z"
so I wonder if Azure are changing the price today. I contacted MS Azure support to see what’s going on.
l
I'm not able to reproduce either price, probably looking at the wrong thing
Okay, can reproduce now and seeing the 0.98 price in the calculator and pricing pages, but the 0.36 price in the DB. I agree with you that it's probably a price update or a glitch on their end.