Hello Louis Lalonde,
Thank you for posting your question in the Microsoft Q&A forum.
The error "ReferenceError: Cannot access 'Z' before initialization" when creating an Airflow integration runtime in a new Azure Data Factory (ADF) instance aligns with Microsoft’s Q1 2025 shift to Fabric-based Airflow orchestration. Since early 2025, ADF no longer supports Airflow as a Workflow Orchestration Manager (WOM), and attempts to provision it in newly created ADF instances fail with this cryptic error.
Key observations confirming this:
- Legacy ADFs (pre-2025) with existing Airflow WOMs continue working.
- New ADFs universally fail with this error, as Airflow is now Fabric-exclusive.
- Microsoft’s documentation now directs users to Fabric Data Pipeline for Airflow workflows.
Microsoft seems to be shifting Airflow orchestration capabilities to Azure Data Factory in Fabric, which aligns with broader integration efforts across the Azure ecosystem. If you're working with a newer ADF instance and need Airflow support, exploring Fabric-based orchestration or alternative orchestration tools within ADF might be necessary.
Resolution: You may plan migrate to Microsoft Fabric or use Azure Kubernetes Service (AKS) for custom Airflow deployments.
Reference documentations you may review:
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-run-existing-pipeline-with-airflow
https://learn.microsoft.com/en-us/fabric/data-factory/apache-airflow-jobs-concepts
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.