MetricSign
Start free
High severityconfigurationAzure Data Factory

ADF Pipeline Error:
ADF Pipeline Error 2707

What does this error mean?

ADF can't resolve the Azure Data Lake Analytics account — AccountName or DataLakeAnalyticsUri in the linked service is incorrect.

Common causes

  • 1Incorrect AccountName specified in the Azure Data Lake Analytics linked service
  • 2Wrong or malformed DataLakeAnalyticsUri (typo, region mismatch, or stale endpoint)
  • 3The referenced ADLA account has been deleted, renamed, or moved to another subscription
  • 4Service principal or MSI used by the linked service lacks access to resolve the ADLA account

How to fix it

  1. 1Open the Azure Data Lake Analytics linked service in ADF and verify the AccountName matches the actual ADLA account in the Azure portal.
  2. 2Confirm the DataLakeAnalyticsUri is correct for the account's region (e.g. https://<account>.azuredatalakeanalytics.net).
  3. 3Test the connection from the linked service editor to validate ADF can resolve and authenticate against the account.
  4. 4If the account was migrated or renamed, update all linked services and datasets that reference it, then republish the pipeline.
  5. 5Re-run the failed pipeline activity and confirm the ADLA job is submitted successfully.

Frequently asked questions

What causes ADF Pipeline Error 2707?

Pipeline configuration or connectivity issue

Where can I find more details?

Open Azure Data Factory Monitor, find the failed run, click on the activity, and view the full error output in the Output tab.

Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2707

Other configuration errors