Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
FrankFromHR
New Member

More Secure SQL Server on VM DB (CDC) source to an eventstream directions?

I'm trying to find directions on a more secure method of allowing Eventstream to access an internal SQL Database. I don't want to allow just any IP address to access our SQL Server from the internet, that is a good recipe for getting Zero Day hacked. It doesn't appear there are any virtual network service tags for Eventstream. I did find the following, https://learn.microsoft.com/en-us/fabric/security/fabric-allow-list-urls#eventstream But it doesnt' have anything for Port 1433, would the Data Warehouse be the correct Allow List to manage which connections are allowed in? 

6 REPLIES 6
v-pnaroju-msft
Community Support
Community Support

Hi FrankFromHR,

We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.

If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi FrankFromHR,

We wanted to check in regarding your query, as we have not heard back from you. If you have resolved the issue, sharing the solution with the community would be greatly appreciated and could help others encountering similar challenges.

If you found our response useful, kindly mark it as the accepted solution and provide kudos to guide other members.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Hi FrankFromHR,

We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.

If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.

Thank you.

v-pnaroju-msft
Community Support
Community Support

Thankyou, @lbendlin, for your response.

Hi FrankFromHR,

We appreciate your inquiry through the Microsoft Fabric Community Forum.

Based on my understanding, exposing port 1433 to the public is a potential security risk. Currently, Microsoft Fabric Eventstreams require the source to be accessible from Fabric’s public infrastructure, as VNet integration or Private Endpoints are not yet supported for Eventstream connections.

Kindly follow the steps below which may help you establish a secure and controlled connection without broadly exposing your server, thereby resolving the issue:

  1. You may restrict access to your SQL Server by configuring your firewall or Network Security Group (NSG) to allow inbound access on port 1433 only from Fabric’s IP ranges. This will ensure that only Microsoft Fabric can connect, and general internet traffic will be blocked.
  2. For enhanced security, we recommend adopting a push-based architecture. In this approach, your SQL Server (CDC) changes can be securely pushed to Azure Event Hub, which then feeds into Fabric Eventstream. This method eliminates the need to expose the SQL Server port and ensures full security through Azure networking.
    You can use tools such as Kafka Connect or Logic Apps to extract the CDC changes and send them securely to Azure Event Hub, followed by connecting Fabric Eventstream to that Event Hub.

If you find our response helpful, we kindly request you to mark it as the accepted solution and provide kudos. This will assist other community members facing similar issues.

Should you have any further queries, please feel free to contact the Microsoft Fabric community.

Thank you.




FrankFromHR
New Member

These are the directions from the document that I linked. 

  • Server: Enter the publicly accessible IP address or domain name of your VM, and then add a colon and the port. For example, if your IP address is xx.xxx.xxx.xxx and the port is 1433, then you should enter xx.xxx.xxx.xxx:1433 in the Server field. If the port isn't specified, the default port value 1433 is used.

Nothing about that is secure, it's asking me to expose my SQL server to the public internet. If the SQL server pushed data to Eventstream I wouldn't need to expose 1433 to the public internet, I would configure the SQL Server not the Eventstream connection. 

lbendlin
Super User
Super User

Eventstreams are things where your data source pushes out data to the destination, instead of responding to polling. There is no security issue in a push scenario.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June FBC25 Carousel

Fabric Monthly Update - June 2025

Check out the June 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors