User-221752185 posted
I want to stop storing image binary in the database and store them on disk instead. It just would alleviate so many issues with space, resources and speed.
I was actuallly going to build my own solution, but then I came across Azure Storage. Would that be the wrong thing to use it for? Would that be overly expensive? I imaging they would be charging for that storage if I got loads of images in it versus if
i just stored it on the web server.