@Sundar Sriram Garimella - Thanks for the question and using MS Q&A platform.
Before getting into the answer, I would like to understand the question, do you want to install the SHIR without internet and along with do you want to connect SHIR to ADF without internet connection?
You can install the self-hosted integration runtime (SHIR) without an internet connection. To do this, you will need to download the installation files for the SHIR from the Azure portal on a machine that has internet connectivity, and then copy the files to the on-premises machine where you want to install the SHIR.
Once you have installed the SHIR on the on-premises machine, you can register it with your Azure Data Factory instance without an internet connection. To do this, you will need to use the PowerShell cmdlets provided by Azure Data Factory to register the SHIR.
Here are the high-level steps to install and register the SHIR without an internet connection:
- Download the installation files for the SHIR from the Azure portal on a machine with internet connectivity.
- Copy the installation files to the on-premises machine where you want to install the SHIR.
- Install the SHIR on the on-premises machine.
- Register the SHIR with your Azure Data Factory instance using the PowerShell cmdlets provided by Azure Data Factory.
Keep in mind that the on-premises machine where the SHIR is installed must have network connectivity to the data stores you want to connect to.
I hope this helps! Let me know if you have any further questions.