What is the best alternative to Filestream BLOB data when moving to Azure SQL?
We are planning to move our local SQL Sever database to Azure SQL service. But we are using Filestream to store all our file attachments (which is not supported in Azure SQL). Is there any recommendations from Microsoft on this considering the performance, referential integrity and backups of BLOB data?
Do we have to go back to the old method of storing files on the file system and providing the url on the table? Any idea whether Filestream option will be available in a later releases of Azure SQL, or is this getting moved out?
Appreciate your valuable responses, thanks.