An Azure service for ingesting, preparing, and transforming data at scale.
Hello Bharati,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are unable to connect scope linked service from ADF.
To resolve the issue, I will advise you to isolate whether the issue is with the SAMI or the ADF configuration by manually retrieve an access token using Azure CLI to verify that the SAMI can obtain a token via bash command: az account get-access-token --resource https://datalake.azure.net/
Then, start by verifying that the System Assigned Managed Identity (SAMI) is properly assigned to the Azure Data Factory (ADF) and has the necessary permissions in Azure Data Lake Analytics (ADLA). Next, confirm that the Data Lake Analytics Reader role is correctly assigned to the SAMI and ensure there are no delays in role assignment. Finally, review the configuration settings in both ADF and ADLA to ensure they adhere to best practices for managed identity authentication.
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.