Even Service Broker seems to be available for Azure SQL managed instance, I was able to activate it, when I run:
CREATE QUEUE ExpenseQueue;
, I get the error:
Statement 'CREATE QUEUE' is not supported in this version of SQL Server.
Any idea how to fix this?