0
votes

I have been trying to connect my SSIS package (on prem) to connect to my data lake store. I have installed the Azure Feature pack which has worked fine. But when I create a Data Lake connection in my ssis package, I need the following .

Image of SSIS Azure Data Lake connector Manager

ADLS Host – which is fine I know how to get that.

Authentication ( Azure AD User Identity )

UserName & Password, - which I am having issues with.

My question is how do I define a username and password for my data lake?

1

1 Answers

0
votes

You can find them in Azure AD User which is within the same subscription with your Azure Data Lake. Usually, it is your email address and password which you used to login Azure portal.

enter image description here

More details, you can refer to this documentation.