I am creating a photo-sharing application that should store images. Therefore, I am considering using Azure’s mobile services to store user data and links to their images stored in Azure Storage. The problem that I think with this approach is that if the image is resized, there may not be referential integrity.
Is this a good approach or should I store both of them in a database (this approach is more expensive, monetary).
PS: Images are standard images taken with a mobile camera.
source
share