Mendix & Azure Blob Storage

2
Hello everyone, I’m currently using Mendix Camera Widget and I want to store the taken image into Azure Blob Storage. What would be the best way to connect to a Blob Storage from Mendix to achieve this? I would be grateful if someone could push me in the right direction of how to look at this.  
asked
1 answers
1

Hi Manfreds,

Assuming you have a licensed app node, then you could configure the runtime such that the content of all FileDocuments will be stored in your Azure blob storage.

See for configuring that https://docs.mendix.com/refguide/custom-settings#7-microsoft-azure-blob-storage-settings

Does that suit you?

Regards, Johan

answered