where to check the resource usage for azure SQL server

344 views Asked by At

I want to check the DTU usage or vcore usage pattern by azure SQL server. I need to get the usage data to convert the single database to an elastic pool.

Where on azure portal can I check the units consumed by the database?

1

There are 1 answers

0
milivojeviCH On

In the portal, all those values can be found under Metrics:

SQL Database -> Metrics

Once there, "Add metric", filter for "DTU" and select "DTU used".

enter image description here