We are migrating our existing client databases to Azure soon. Our current database uses FileStream and has some data stored in columns of type varbinary(max)
. From what I have read, FileStream is not supported in Azure.
How would we be able to migrate this data to Azure? Hopefully this isn't repeat, but I have not been able to find an example of someone doing this.