An Azure relational database service.
You can monitor the progress of the scale operation using the following query:
SELECT * FROM sys.dm_operation_status
WHERE major_resource_id = ‘YourDb’
ORDER BY start_time DESC;
If you see long time has elapsed since the scale process started then you can trigger a PowerShell script as mentioned here. The only other option available is to use the portal to cancel the scale.