Forum Discussion
Problem connecting sql analytics endpoint to visual studio
- 2 years ago
Hi emartinezh is the authentication type you're using correct? You have "Active Directory Managed Identity" but it sounds like you've created a service principal. Perhaps change this to "Active Directory Service Principal"
Hi emartinezh is the authentication type you're using correct? You have "Active Directory Managed Identity" but it sounds like you've created a service principal. Perhaps change this to "Active Directory Service Principal"
- emartinezh2 years agoHelper I
Hello AndyDDC.
Finally I got the extraction connection active, i had to create the service principal with the video u post here.
I attach the SDK connection string so somebody can takes this as help.
string ConnectionString = @"Server=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.datawarehouse.fabric.microsoft.com; Authentication=Active Directory Service Principal; Encrypt=True; Database=LK_XXXXXX_XXXXXXX; User Id=xxxxxxxx-xxxxxx-xxxx-xxxx-xxxxxx; Password=xxxxxxxxxx";Where Database=The datalake to connect.
UserID= Application ID of the service principal.
Password= Secret of the service principal.
Thank you
Best Regards.
- v-cboorla-msft2 years agoMicrosoft Employee
Hi emartinezh
Glad that you query got resolved and thank you for sharing the same with the community as you said it can be helpful to others.
Please continue using Fabric Community for further queries.
Thanks.