0

Is there a way to copy data over secure channel using the Azure ADLS java SDK? ADLFileOutputStream can be used to steam data to ADLS. Wanted to know if there is a secure API for this.

Rob Reagan
  • 7,313
  • 3
  • 20
  • 49
stendu
  • 1
  • 2

1 Answers1

0

All our SDKs (Java, .Net, Python etc.) and CLIs (node.js, PowerShell) transmit their data over ADL REST end points.

All communication with the ADL REST end points goes over SSL.

Thus the data in motion is secured.

Michael Rys
  • 6,684
  • 15
  • 23