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
- 1Open the Azure Data Lake Analytics linked service in ADF and verify the AccountName matches the actual ADLA account in the Azure portal.
- 2Confirm the DataLakeAnalyticsUri is correct for the account's region (e.g. https://<account>.azuredatalakeanalytics.net).
- 3Test the connection from the linked service editor to validate ADF can resolve and authenticate against the account.
- 4If the account was migrated or renamed, update all linked services and datasets that reference it, then republish the pipeline.
- 5Re-run the failed pipeline activity and confirm the ADLA job is submitted successfully.
Frequently asked questions
Source · learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide#error-code-2707