Web API setup/configuration

Copper Contributor

Hi. I'm a newbie in DataFactory and I am having some issues. My problem is I want, as part of the pipeline, to call a rest API to send an email through our internal mailing API. The issue is that the authentication is done using the headers, i.e.:

  • x-username: johndoe
  • x-department: sales
  • x-subscription-key: XXX

Because of security, I would like to retrieve the subscription key through the keyvault, but I find it impossible. 

 

For example, the REST LinkedService supports authentication headers, that can retrieve the key from the keyvault.  

0 Replies