'Lift and shift SSIS packages through ADF
I have started newly on SSIS packages lift and shift and was observed that, these packages are from different Source and targets. Will the traditional lift and shift process be different for this kind of packages?? Please help me on this.
For example Source is from FTP, SMTP, S3 buckets.
Solution 1:[1]
Azure Data Factory (ADF) supports FTP, SMTP and S3 as source. You can lift and shift the SSIS packages from these sources using SSIS-IR.
Deploy the Azure SSIS Integration Runtime which is used to lift and shift existing SSIS to execute in Azure.
Follow the below steps to deploy Azure SSIS IR.
- In ADF, follow Monitor -> Integration Runtime -> + New -> Azure-SSIS. Press Continue.
- Provide the required details like IR name, server name, Username, Password, etc. and deploy the Azure-SSIS IR.
You can refer this third party tutorial for more details.
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 | UtkarshPal-MT |