An Azure relational database service.
Hi, @Marios Pavlidis Welcome to Microsoft Q&A, Thanks for posting your query.
As we understand you want to if there is a way to monitor Lock escalation in Azure SQL
Right now the only way is to periodically poll sys.dm_tran_locks looking for object-level locks. This doesn’t tell if such a lock is the result of lock escalation specifically, but for monitoring purposes, this may be sufficient.
I will check with the Internal product team on why this event isn’t available in SQL DB.
Regards
Geetha