I want to design a solution that stores configuration parameters/data in the Azure storage. I want to also track changes made to this data and its versions. Does Azure provide such support to maintain provenance info. What would be a better option – using BLOBs files or tables for this?
