When the RESTORE command is executed on Azure SQL Database Managed Instance it cannot be stopped because this is executed asynchronously:
RESTORE DATABASE wwidb FROM URL =
'https://mitutorials.blob.core.windows.net/databases/WideWorldImporters-Standard.bak'
How can we cancel this request? The database is in the restoring state (sometime shown with GUID name) and cannot be dropped. The request cannot be canceled until it finishes.