Thanks @Alberto Morillo , I turned on auto shrink, but after an hour, no change in allocated space yet. I will check back on that later. Since this is a standalone DB in Azure, I cannot access it through SQL MS, just the "Query editor (Preview)" in Azure.
@RahulRandive I ran
DBCC SHRINKFILE (1, 40900);
To attempt to shrink the allocated space by 1 GB, but it still timed out after 300 seconds.
This is an unused database that is just hanging around until we move onto a new monitoring platform, keeping it around in case the new one does not work out and we have to go back to this db. It idles at 0% DTU usage, until I try and run a query.
Is there any way to increase the 300 second timeout?
EDIT: Just found out about Azure Data Studio, just installed that to workaround the timeout, waiting to see if that worked.