Data Factory Data Flow - Force TLS1.2

JK 1 Reputation point
2021-09-23T17:17:49.94+00:00

Good Afternoon,

I'm attempting to use a Data Factory Data flow to connect to a REST endpoint which will join against records in a CosmosDb, after some decisions within the dataflow, I'll then need to make a few posts to a REST endpoint.

When testing this REST service in postman, it works fine; but in Data Factory, no. I scripted the Postman code into a RestSharp script and discovered that the REST endpoint only accepts TLS 1.2 connections.

Is there a way to force only TLS 1.2 connections from Data Factory to the REST endpoint, either in the Data flow, Dataset or Linked Service?

Thanks,

Jon

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

1 answer

Sort by: Most helpful
  1. SHAIK MAHEER BASHA 76 Reputation points
    2021-09-24T10:03:49.863+00:00

    Hi @JK ,

    Welcome to Microsoft Q&A Platform. Thank you for posting query here.

    It seems Azure data factory uses by default TLS version 1.2 for data encryption in Transit. Click here to know more about it.

    Please check below link to know about Security considerations for data movement in Azure Data Factory.
    https://learn.microsoft.com/en-us/azure/data-factory/data-movement-security-considerations

    May be you can try prefix https:// in REST endpoint and see if that works? Also, Please try to enable "Server certification validation" inside linked service and see?

    Please let us know how it goes and please share error message details if any. Thank you.

    0 comments No comments

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.