Hoew to get static IP address from synapse anlytics workspace to share with 3rd party vender for white listing

Sanjeev Nayak 1 Reputation point
2022-06-23T12:08:45.337+00:00

Hi,
We re trying to access the sftp server from synapse analytics workspace, writing a python notebook to connect sftp server . But we are not able to connect due to restriction on firewall from sftp server end, they are asking to provide an static IP address so that they can whitelist it and we can connect.

Could someone will help us , how to get the static IP address from synapse analytics workspace?

Your quick response would be highly appreciated.

Regards
Sanjeev

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ronen Ariely 15,206 Reputation points
    2022-06-24T06:45:41.903+00:00

    Hi Sanjeev Nayak and welcome to the QnA forum

    In the following link you can get the list of Azure SQL Database and Azure Synapse Analytics Gateway IP addresses

    https://learn.microsoft.com/azure/azure-sql/database/connectivity-architecture?view=azuresql&WT.mc_id=DP-MVP-5001699#gateway-ip-addresses

    With that said, here is a good tip for these who can control the firewall and need to open it for specific IP for one-time-use (I am using this trick a lot especially during lectures in events):

    Try to connect -> get the exact error and get the specific IP which you have for your service right now (this IP can be changed but it is what is used now) -> and open only this specific IP for better security

    I hope that this covers you needs :-)

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.