Before we moved to Azure we could query SSAS directly from T-SQL:
SELECT * FROM OPENQUERY(LINKEDSERVER, SELECT {} ...
Is it possible to access and query Azure Analysis Services directly from Azure SQL Database ? The solution doesn't have to be as flexible as openquery. All I want to do is skip middle tier (cache Analysis Services results in C# etc) and allow azure sql and analysis services to talk to each other directly.