Your team uses Azure Data Factory to copy data from on-premises SQL Server to Azure Blob Storage. You need to ensure that data in transit is encrypted using TLS 1.2. What should you configure?
Trap 1: Set up a site-to-site VPN between the on-premises network and Azure.
VPN is not required for TLS encryption.
Trap 2: Configure the on-premises SQL Server to use SSL certificates.
Configuring the on-premises SQL Server to use SSL certificates is necessary but not sufficient; Azure Data Factory must also use HTTPS.
Trap 3: Use Azure ExpressRoute with private peering.
Azure ExpressRoute provides a private connection but does not replace TLS.
- A
Ensure the Azure Data Factory pipeline uses HTTPS for the copy activity.
Azure Data Factory uses HTTPS by default, which enforces TLS encryption for data in transit.
- B
Set up a site-to-site VPN between the on-premises network and Azure.
Why wrong: VPN is not required for TLS encryption.
- C
Configure the on-premises SQL Server to use SSL certificates.
Why wrong: Configuring the on-premises SQL Server to use SSL certificates is necessary but not sufficient; Azure Data Factory must also use HTTPS.
- D
Use Azure ExpressRoute with private peering.
Why wrong: Azure ExpressRoute provides a private connection but does not replace TLS.