@Pratim Das, Partha C Welcome to Microsoft Q&A forum and thanks for reaching out here.
In addition to @Nandan Hegde suggestion, I would also highly recommend going through below demos which would help you get more clarity on what integration runtimes to be used and how to setup them.
- Integration runtime in Azure Data Factory
- Self Hosted Integration runtime in Azure Data Factory
- Setting up Self Hosted Integration runtime in Azure Data Factory
You can install the Self Hosted Integration Runtime either on an on-premises VM or an Azure VM within the Vnet where ADF is connected to. The choice depends on your specific requirements and constraints.
If you install the Integration Runtime on an on-premises VM, it can access on-premises resources such as file systems, databases, and other services. If you install it on an Azure VM within the Vnet, it can access resources within the Vnet and other resources that are connected to the Vnet through a VPN or ExpressRoute connection.
Hope this info helps.
Please don’t forg-et to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.