I have an AWS workload that stores csv files in partitions in s3 and then queries the data with SQL queries using Athena, writing the results back to s3.
I'm looking for an equivalent behavior in Azure, where I could store csv files in a storage and query them and write the results back to that storage.