I use Azure SQL Managed Instance as DB and ADLS for file storage. Now the requirement is to store few small PDF files (about 200 kb each). Storing and retrieving will be done through .NET.
Which is the best and easiest approach?
- Storing the PDFs in database as
VARBINARY(max)
column. - Storing the PDFs in ADLS.