Shared resources (images, documents, etc. ..) in azure

0

Someone can tell me about which Azure service can share resources (as I say, images, documents, etc. ..) for different applications and how to consume them

    
asked by Raúl 15.02.2017 в 13:25
source

2 answers

1

Dear,

Azure Storage is the service for storage which has 4 types and the one that is most oriented for your requirement is Azure Blob Storage:

link

In the link is an example of how to use for C # the operations of the service. Good luck!

    
answered by 20.06.2017 в 18:17
0

With Azure you can do it with the BLobs Storage service

    
answered by 19.04.2017 в 15:36