Hi Everyone,
I’m currently working on exporting all tables/entities from Dynamics 365 Finance and Operations (Tier 2 environment) directly to Azure Data Lake Gen2. I don’t want to use Dataverse in between.
I’ve already created a Storage Account in Azure (StorageV2 with Hierarchical namespace enabled), but I’m running into confusion about what options to enable and how to proceed, especially since the older "Export to Data Lake" feature has been deprecated as of March 2025.
My Questions:
1 Is it still possible to export D365 F&O tables/entities directly to Azure Data Lake Gen2 without using Dataverse?
If yes, what is the current Microsoft-supported method to do this?
So far, I see that the new "Azure Synapse Link" only shows Dataverse tables, not F&O entities. How can I configure it for F&O?

2 Is it possible to export data in a different format like Parquet instead of CSV?
Right now, the default output seems to be CSV with headers defined in a model.json.
- Can I choose Parquet format specifically for certain tables?
- Does Synapse Link or another option support exporting D365 F&O data in Parquet format or Delta Lake format in a structured schema?
3 Can we customize the folder structure created in Azure Data Lake Gen2?
The folder hierarchy seems to be predefined (e.g., Year/Month/Day/TableName).
- Is this folder structure fixed by Microsoft?
- If not, where and how can I customize it?
Any guidance or latest best practices would be highly appreciated!
Thanks in advance