I've a storage account on azure, this storage contain two files by folder
1) a file DATA.bin with my data in binary(like Uint, float, float..)
2) a file log.txt with some parameters for these data (computation)
Someone know an azure service to read these data in binary and convert in csv ?