I just created a database using the new functionality "SQL Server 2014 data files on Windows Azure" and this works quite well.
However, I have a table with a billion records and in our local environment we have partitioned this table into 33 filegroups, my question is whether to store as Azure blob and also is it worth partitioning it into filegroups for higher performance?
My understanding is that Azure's storage is different from that in our environment, so, can we apply the same techniques to improve performance?