Just wanted to chime in and say that yes, Azure blob storage support is coming to DuckDB, but also, if your query engine and your storage are in different clouds, you’re going to have a bad time. Egress costs are ~80/TB. This is probably an order of magnitude higher than you’d spend on processing. (consider BigQuery is $6/TB). This can be reasonable for one time data movement, but not recommended for your main data lake.
The exception if CloudFlare R2, you can store in R2 without egress costs.