Use Azure Blob for storage
Closed this issue · 1 comments
zdenek-jelinek commented
The existing code assumes that Azure Storage Tables will be used.
However, since the uploaded data are append-only and that there is already a file-based data loading implemented for the device, Azure Storage Blob seems like a better option to store the data.
zdenek-jelinek commented
Some preliminary work was done. The Azure Functions SDK integrates Azure Storage using an old SDK version where documentation is hard to come by. Up-to-date integration is in preview. Will probably need to use Azure Storage SDK directly instead of functions binding.