Why do we use app registration from Azure Active Directory ?

Pravash 21 Reputation points
2022-01-21T21:12:37.197+00:00

I'm fairly new to microsoft tools. I was working to copy file from sharepoint to adls. While going through it, I saw we had to app register in AAD. Why do we do that?

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,686 Reputation points
    2022-01-22T06:18:34.557+00:00

    When you register an app in Azure active directly, you get a client id (also called as service principal Id) and a client secret.

    You can give permission to data lake or any other services to this client id (instead of giving access to your own user id). This is the main use of it.

    When you are accessing any service like data lake, use this common client id & secret.


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments