Forum Discussion
BharathKumarS
3 months agoRegular Visitor
Fabric Connection to Azure SQL DB Failing Even After Whitelisting Southeast Asia ADF & PowerBI IPs
Hi everyone, I am trying to create a connection from Microsoft Fabric to Azure SQL Database using SQL authentication, but connection creation keeps failing with: Error: "Unable to create connection...
- 3 months ago
Hello BharathKumarS apologies for misreading that. For PaaS services too, your best bet is to use Managed Private Endpoint on Fabric pointing to your Azure SQL instance.
- 3 months ago
You can try below options.
- On-premises data gateway: install the gateway on a VM/server with a fixed outbound public IP, then add only that IP to the Azure SQL firewall.
- VNet data gateway / private endpoint: use private networking so Fabric reaches Azure SQL through a controlled VNet/private endpoint path.
- Azure SQL firewall rule: allow only the required client/gateway public IP, instead of enabling all Azure services.
As deborshi_nag mentioned you can upvote on the same feature requested. Please consider this as an accepted soltuon if helps or give some kudos.
BharathKumarS
3 months agoRegular Visitor
Hi deborshi_nag
This is a Azure SQL DB. (Not On Prem)
and its not in any Vnet too.
deborshi_nag
3 months agoSuper User
Hello BharathKumarS apologies for misreading that. For PaaS services too, your best bet is to use Managed Private Endpoint on Fabric pointing to your Azure SQL instance.