An Azure relational database service.
Thanks for sharing the screenshot.
For your first question - there's no time limit on the offer. The Azure SQL Database free offer runs for the lifetime of your subscription. There's no 10 month or 12 month cap. The "12 months free" you may have seen elsewhere refers to the separate Azure free account offer, which is a different program with a different set of services. The SQL Database free offer doesn't expire.
The monthly allowance is 100,000 vCore seconds, 32 GB data and 32 GB backup storage per free-offer database, and it resets at the start of each calendar month. You can have up to 10 free-offer databases per subscription.
On the seconds remaining not changing
Your screenshot actually shows the benefit is working: "Free database offer: Applied", and the cost summary lists the first 100,000 vCore seconds as free. The reason the number isn't moving is that the database isn't really doing anything. Serverless only burns vCore seconds while the database is active, and your utilization chart shows CPU peaking at about 5%. So barely any consumption, and the remaining count stays put. That's expected, not a missing benefit.
If you want to check it properly, go to the database Overview tab, find "Free monthly vCore amount" and click the seconds remaining. That opens the metrics view with "Free amount consumed". Just make sure the time range covers this month.
If it still looks wrong after that
Could you share:
- The exact "seconds remaining" value on this database versus one of the databases that did reset.
- A screenshot of the Free amount consumed metric with the time range visible.
- How many free-offer databases you have on this subscription (the limit is 10 — an eleventh wouldn't receive the offer).