@Niren Adhikary - Thanks for the question and using MS Q&A platform.
To transfer files securely between the source and destination, you can use Azure Data Factory (ADF) and Azure ExpressRoute. Here are the steps to configure the connectivity and transfer files:
- Configure ExpressRoute: You need to configure ExpressRoute to establish a private, dedicated connection between your on-premises network and Azure. This will ensure that the data transfer is secure and reliable.
- Configure Azure Storage: You need to create an Azure Storage account and configure it to allow access from your on-premises network. You can use Azure Private Link to securely access the storage account over the ExpressRoute connection.
- Configure ADF: You need to create an ADF pipeline to transfer the files between the source and destination. You can use the Azure Blob Storage connector to read and write files to Azure Storage. You can also use the Self-Hosted Integration Runtime (SHIR) to securely transfer files between the on-premises network and Azure Storage.
- Configure SFTP: If you need to transfer files using SFTP, you can use the SFTP connector in ADF to securely transfer files between the source and destination. In case of a Linux VM where SHIR is not configurable, you can use the Azure File Sync service to synchronize files between the on-premises network and Azure Storage. This service allows you to create a sync group to synchronize files between a file server and an Azure file share. You can also use the Azure Storage Explorer tool to transfer files between the on-premises network and Azure Storage.
For transferring files from an external vendor to Azure Storage, you can use the Azure Data Share service. This service allows you to securely share data with external partners and customers. You can create a data share to share files with the external vendor and configure the access rights to ensure that the data is secure. The external vendor can then use the Azure Blob Storage connector to read and write files to the shared data.
Additonal question: so we the following requirement and we want to use a secure method or pattern. 1. External source to Azure Blobstorage. Can we use ADF SHIR? Can we use Express route for External Vendor. Alternatively, how can we push the files from external source to Azure using SFTP jobs. 2. Azure Data Lake to on-prem Linux path. Can I have a detail steps on the above.
Yes, you can use Azure Data Factory (ADF) with Self-Hosted Integration Runtime (SHIR) to transfer files securely between an external source and Azure Blob Storage. SHIR allows you to securely transfer data between on-premises data stores and cloud data stores. You can install SHIR on a machine in your on-premises network and configure it to securely transfer data to and from Azure Blob Storage.
- If you want to use ExpressRoute for the external vendor, you can configure ExpressRoute to establish a private, dedicated connection between the external vendor's network and Azure. This will ensure that the data transfer is secure and reliable.
- Alternatively, you can use SFTP jobs to transfer files from the external source to Azure Blob Storage. You can use the SFTP connector in ADF to securely transfer files between the external source and Azure Blob Storage.
- To transfer files from Azure Data Lake to an on-premises Linux path, you can use ADF with SHIR. You can install SHIR on a machine in your on-premises network and configure it to securely transfer data from Azure Data Lake to the on-premises Linux path. You can use the Azure Data Lake Storage connector in ADF to read and write files to Azure Data Lake. For more details, refer to Choose the right integration runtime configuration for your scenario.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.