I have found lots of old documentation, like this page dating to 2010, about how SQL Azure requires clustered indexes and doesn't support tables which don't have them.
However, is that still the case, after 10 years? I cannot find any clear, more recent documentation.
This 2016 document talks about "Heaps (Tables without Clustered Indexes)" and applies to both SQL Server and Azure SQL Database. I would therefore guess that tables without clustered indexes are now supported. Is that the case? I would have liked to see it documented it more clearly.
Note this is not a generic software recommendation request - it is a very factual yes or no type of question.