Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We have created an OnPrem Gateway and added it to Microsoft Fabric. Now we would like to load a CSV file from our network drive to a Lakehouse using a Dataflow Gen2.
We know that we need to open the following ports in our firewall for the gateway:
Protocol: TCP
Endpoints: *.datawarehouse.pbidedicated.windows.net, *.datawarehouse.fabric.microsoft.com, *.dfs.fabric.microsoft.com
Port: 1433
Unfortunately, we are not able to open the wildcard domains for port 1433. We tried to open the URL for the SQL analytics endpoint. So we are able to load the file in a dataflow, but there is a problem when we try to write it to a lakehouse. The dataflow can be published, but the refresh fails:
There was a problem refreshing the dataflow. Please try again later. (Request ID: 0fedcd1e-bc70-44b8-9736-19657d758bcb).
Do you have any idea which firewall configuration is necessary (to make it work without wildcards in a domain)?
Solved! Go to Solution.
Hi @Profab_07 ,
When configuring a firewall without using a wildcard domain, try the following steps:
You can refer to below document:
Adjust communication settings for the on-premises data gateway | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hello, after opening port 1433 and port 443 for the domains, it works well. Thank you.
Hello, after opening port 1433 and port 443 for the domains, it works well. Thank you.
Hi @Profab_07 ,
Thank you very much for your feedback.😊
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Profab_07 ,
When configuring a firewall without using a wildcard domain, try the following steps:
You can refer to below document:
Adjust communication settings for the on-premises data gateway | Microsoft Learn
Best Regards,
Adamk Kong
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.