ADF Web Activity Dynamic SSL Certificates

Courtney Haedke 151 Reputation points
2020-10-26T16:19:29.38+00:00

Hello,

I would like to create a dynamic web activity post request.
The api I'm reaching requires both basic authentication and an SSL certificate.
I'm able to put the basic authentication in the headers and attach the SSL certificate but I have to manually upload the certificate.
I would like to create a web activity I can parameterize and will use the specific SSL certificate based off the parameters I provide.
Is there a way I can accomplish this without manually having to upload the SSL certificate each time per customer?

34870-dynamiccertificate.jpg

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. John Aherne 516 Reputation points
    2020-10-26T19:27:33.78+00:00

    I have not had to use this before so take with a pinch of salt, but if you store your certs in Azure Key Vault, you can parameterize the name of the key you are looking for. Then you just use that parameter to change the key that is selected.

    1 person found this answer helpful.

Your answer

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