Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check Azure Pricing tier change history for SQL Server Database?

I created an AZURE SQL Database with S0 pricing tier, two months back. But somehow the pricing tier of the same database suddenly got upgraded to P15 for 10 days and then again downgraded to S0.

I want to check when and how this happened! Is there any way I can check pricing tier change history from Azure portal or using any Sql query?

Activity logs of Azure portal do not show any such pricing tier changes.

like image 737
Shipra Trivedi Avatar asked Nov 15 '25 22:11

Shipra Trivedi


1 Answers

Yes, in the portal you can scale the database:

enter image description here

There is no automatic auto-scaling, so somebody must have done manual changes.

//edit: Changing the SKU results in a "Update SQL Database" event in the activity log: enter image description here

like image 58
silent Avatar answered Nov 18 '25 14:11

silent