Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
I’m using the PowerShell method to migrate Azure Data Factory pipelines to Microsoft Fabric pipelines. I noticed that for unsupported activities, the migration process automatically converts them into Wait activities. Is there any update on when these currently unsupported activities will be natively available in Fabric? Are there recommended workarounds in the meantime to handle these activities during migration? Any guidance or roadmap information would be greatly appreciated.
Hi @Mahimaa29,
That behavior is expected today. The PowerShell upgrader only converts activities that exist in Fabric; unsupported ADF activities are left as placeholders (often a simple “Wait”) so the pipeline structure survives. You’ll need to replace those with Fabric-native equivalents or call back to ADF temporarily. See: PowerShell migration guide and the ADF>Fabric parity/limits: Activity continuity (parity), Data Factory limitations.
What’s supported vs not (as of Oct 2025)
Microsoft maintains a live parity matrix. Highlights: most control/movement tasks (Copy, ForEach, Lookup, If, Switch, Web, etc.) are supported; some ADF items are not available in Fabric yet (e.g., Validation, Mapping Data Flow, SSIS IR, HDInsight family). Sources: parity matrix, limitations.
Recommended workarounds you can use now
How to manage the migration cleanly
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Fabric update to learn about new features.