- Yes, it is possible to connect to a third-party SFTP endpoint like Bloomberg using Azure Integration Runtime (AutoResolve IR) if the SFTP server allows connections from the Azure IP addresses. However, you will need to ensure that the IP addresses used by Azure IR are whitelisted on the Bloomberg SFTP server. You can find the list of Azure Integration Runtime IP addresses in the official documentation.
- While using Azure IR is possible, the Self-Hosted Integration Runtime (SHIR) is often recommended for connecting to third-party SFTP servers, especially when you need more control over the network configuration, such as IP whitelisting. SHIR runs on a customer-managed machine, which allows you to configure the environment according to your needs and ensure that it can connect to the SFTP server without restrictions.
For more detailed guidance, you can refer to the official Azure documentation on integration runtimes and connecting to SFTP servers.
References: