Azure HTTP Linked service ADF Username only no password

TeriTech03 21 Reputation points
2023-05-22T16:38:33.0066667+00:00

I am trying to use Azure HTTP Linked services to connect an API which uses just a username and no password for basic auth. The password input is mandatory in Azure. Anything i can do?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,535 questions
{count} votes

Accepted answer
  1. AnnuKumari-MSFT 30,676 Reputation points Microsoft Employee
    2023-05-23T10:39:31.6233333+00:00

    Hi TeriTech03 ,

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    I understand that you are trying to use HTTP linked service within ADF pipeline with basic authentication and the API is asking for the password. Please let me know if that is not the correct understanding.

    Kindly try using a dummy password in the password field to connect to the HTTP Linked services and see if it works. The API you are trying to connect to uses basic authentication with just a username, so the password field is not used. You can use any value for the password field in Azure HTTP Linked services, as long as it is not empty.

    For more details on HTTP connector , kindly check the documentation:

    Copy data from an HTTP endpoint by using Azure Data Factory or Azure Synapse Analytics

    Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful