
Ultimate access to all questions.
You are designing a data pipeline that involves the integration of data from on-premises systems with cloud-based storage in Azure. The pipeline needs to ensure secure and efficient data transfer. Describe the steps you would take to manage this integration, including the use of Azure Data Factory's features for secure data movement.
A
Directly transfer data from on-premises to Azure without any security measures.
B
Use Azure Data Factory's Integration Runtime to facilitate secure data transfer, configure linked services with appropriate authentication mechanisms, and encrypt data in transit and at rest.
C
Manually copy data from on-premises to Azure using a shared network drive.
D
Use a third-party tool for data transfer and ignore security considerations.