Share via

Creation of ADF using Python

sushma muntha 1 Reputation point
2021-09-18T03:37:57.463+00:00

Hi,

I am trying to create ADF with python using https://learn.microsoft.com/en-us/azure/data-factory/quickstart-create-data-factory-python guide

i am unable to get below information from portal , can any guide me on where i can get the below information

(client_id='<service principal ID>', client_secret='<service principal key>', tenant_id='<tenant ID>')

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. Mathias Verlinden 1 Reputation point
    2021-09-18T11:01:54.977+00:00

    Hi, You need to create an Application in Azure Active Directory.

    After you created the application, the client_ID, client_secret and tenant_ID will be shown.

    Was this answer helpful?

    0 comments No comments

Your answer

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