Ports to enable for a Managed Virtual Network Synapse Workspace

pmscorca 1,052 Reputation points
2023-11-06T14:27:19.98+00:00

Hi,

I need to implement a Synapse Analytics solution in order to get data from an Oracle database by using a Manager Virtual Network (and not a SH-IR).

The system & network engineer of my customer would know which ports and policy firewall to enable for a such scenario.

Any suggests to me, please? Thanks

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,380 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sedat SALMAN 14,180 Reputation points MVP
    2023-11-06T15:19:19.6433333+00:00

    If the Oracle database is located outside of Azure, and you are using Azure Synapse Analytics with a Managed Virtual Network, you would typically need to:

    • Open port 443 for outbound traffic from Azure to Oracle, as this is the standard for secure HTTPS communication.
    • Ensure that the Oracle database's firewall allows inbound connections from the Azure Synapse Managed VNet's IP range.
    • If necessary, set up a Site-to-Site VPN or Azure ExpressRoute for a secure dedicated network connection between Azure and the on-premises location where the Oracle database is hosted.

    The specific ports required for Oracle will depend on the configuration of the Oracle server, but often include port 1521 for Oracle SQL*Net traffic. Always confirm with the Oracle database's network configuration to ensure proper connectivity.


1 additional answer

Sort by: Most helpful
  1. AnnuKumari-MSFT 34,556 Reputation points Microsoft Employee Moderator
    2023-11-09T07:11:45.05+00:00

    Hi pmscorca ,

    In addition to the above details, you can go through the below resources :

    Azure Synapse Analytics Managed Virtual Network

    Synapse Connectivity Series Part #3 - Synapse Managed VNET and Managed Private Endpoints

    Managed Virtual Integration Runtime in Azure Data Factory

    Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou

    0 comments No comments

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.