Before you start
- Complete Getting started with a ready customer Environment and an Owner or Contributor account.
- Have the old and new outputs available in supported formats.
- Connect the relevant ADF factory and Fabric workspace in Discovery, then import and prepare the exact datasets or tables you will compare.
- Confirm the outputs cover the same completed load or time window. Preserve that scope while validation runs.
Pair the old and new outputs
Create a Dataset Pair with the existing pipeline’s output as the source and the migrated pipeline’s output as the target. Apply source and target filters if you are validating a specific window or partition. Choose stable join keys for row-level comparisons. General Validation supports up to five key columns; duplicate normalized keys fail a joined-value Test so ambiguous row matches cannot pass silently. For detailed authoring steps, see Creating your first test.Build the migration checks
Counts and aggregates alone can miss changes that cancel each other out. Add
value checks for the columns that matter to the cutover. Set thresholds and
allowed failed rows deliberately, and enable a bounded failed-row capture
limit when reviewers need discrepancy evidence.
If the migration intentionally changes a representation, choose an explicit
supported transform where the editor offers one. General Validation reconciles
outputs against the rule you configure; it does not recreate your business
transformation.
Run and review
- Save the Pair and Tests, then choose Run pair.
- Open Results, select the Run, and wait for validation and result delivery to finish.
- Review each Test’s verdict and rule. An execution error requires an operational fix; a failed comparison requires investigation of the data or configured expectations.
- Open the selected result to see exact source and target observations and captured failed rows where available. Your browser uses your delegated Storage access to read these directly from your Azure account.
- Record the Run ID, checked scope, outcomes, and customer evidence references in your organization’s cutover record. Review unresolved failures before approving the migration.