'What are the protocols used by azure data factory while using file system linked service?
I am using file system linked service to connect with an on-prem network file location (self hsoted IR is used). If someone asks what protocols are using used from a security standpoint, what would be the answers? Assume the domain is behind corporate firewall.
Solution 1:[1]
The following are the Security protocols that are used by Azure Data Factory
for any type of linked service.
• TLS (Transport Layer Security)
• SSL (Secure Sockets Layer)
• HTTPS (Hypertext Transfer Protocol Secure)
You can connect an on-premises network (Self Hosted IR) to your virtual network by setting up protocols like IPSec VPN (site-to-site) or ExpressRoute (private peering).
Please Refer these to learn more about Security in Azure Data Factory :
https://docs.microsoft.com/en-us/azure/data-factory/data-movement-security-considerations
https://www.geeksforgeeks.org/what-are-azure-data-security-features/
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | RakeshGovindula-MT |
