Unable to connect scope linked service from ADF

Bharati 0 Reputation points Microsoft Employee
2024-12-23T09:38:52.04+00:00

Hi Team,

I am attempting to use the scope task in ADF to run my scope scripts, but the connection is failing despite having all the necessary permissions for ADLA. I am using a System Assigned Managed Identity (SAMI) to connect to my ADLA with the Datalake Analytics Reader role, which should ideally allow me to run the job. However, I am unable to submit my pipeline.

Below is the error I am encountering while connecting to the linked service.

Any pointers would be highly appreciated. 

User's image

Regards,

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,013 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,046 questions
Azure Data Lake Analytics
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 12,395 Reputation points
    2024-12-23T09:50:13.5866667+00:00

    Hello , Welcome to MS Q&A

    The error code 9512, "Unable to get access token, No MSI Authenticator available," indicates that the System Assigned Managed Identity (SAMI) is not able to authenticate and obtain an access token to connect to the Azure Data Lake Analytics (ADLA) service.

    Here are a few steps to troubleshoot and resolve this issue:

    1. In the ADF portal, go to the "Manage" section, select "Linked services," and edit the linked service for ADLA. Ensure that the "Authentication method" is set to "Managed Identity."
    2. Check if there are any network or firewall settings that might be blocking the connection from ADF to ADLA.
      • Ensure that the necessary endpoints and ports are open and accessible.
    3. Check the Azure AD logs for any authentication errors related to the SAMI.

    By following these steps, you should be able to identify and resolve the issue preventing the SAMI from obtaining an access token and connecting to the ADLA service

    Please let us know if any questions

    Kindly accept answer if it helps

    Thanks

    Deepanshu


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.