Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Mahimaa29
New Member

Unsupported Activities in PowerShell Migration from ADF to Fabric

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.

1 REPLY 1
tayloramy
Community Champion
Community Champion

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

  1. Invoke back to ADF for gaps – Use Fabric’s Invoke pipeline to call the original ADF pipeline for steps that require SSIS IR or Mapping Data Flows until you fully replace them. See: migration planning (Invoke pipeline).
  2. Replace ADF Validation – Rebuild with Get Metadata + If/Until patterns in Fabric pipelines.
  3. Replace Mapping Data Flows – Reimplement in Dataflow Gen2 (Power Query) or in Notebooks / SQL depending on your transform style. See: planning guide.
  4. Auth/connector edge cases – Note current limits (e.g., Web activity SPN auth not supported yet). Check the live list: limitations and supported connectors: connector overview.

How to manage the migration cleanly

  • Pre-scan with the parity matrix to tag activities that will need rebuilds: parity.
  • Migrate with resolutions and then search for Wait/no-op placeholders and replace them step-by-step: PowerShell upgrader.
  • Track the roadmap for when gaps close: Fabric Data Factory roadmap.

 

If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Fabric Update Carousel

Fabric Monthly Update - September 2025

Check out the September 2025 Fabric update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.