Image storage? Database or file system in the cloud

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.

+4
source share
1 answer

, ( , Azure Mobile Apps), .

- Azure Blob Storage.

, Mobile Apps, ( ):

https://azure.microsoft.com/en-us/blog/file-management-with-azure-mobile-apps/

, !

+8

Source: https://habr.com/ru/post/1626407/


All Articles