You're absolutely right Neal, To seek more precise documentation on setting up a service principal (SP) for ADLS Gen 2 in Azure Machine Learning. While the previous links mention SP authentication, they don't explicitly detail the app registration process in Azure AD for this specific integration.
Here are some relevant Microsoft resources that provide guidance:
- Access ADLS Gen2 data from Azure Machine Learning – This tutorial outlines how to create an Azure Machine Learning Datastore that connects to ADLS Gen2.
- Azure Data Lake Storage Gen2 Service Account Connectivity – This guide explains how to configure service principal authentication with Azure AD (formerly Entra ID), including app registration and role assignments.
These sources should help clarify the end-to-end setup, including registering an app in Azure AD, assigning permissions, and linking it to Azure ML for secure authentication. Let me know if you need further details!
Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.
Thanks