Forum Discussion

BharathKumarS's avatar
BharathKumarS
Regular Visitor
3 months ago
Solved

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...
  • deborshi_nag's avatar
    deborshi_nag
    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. 

     

  • Lodha_Jaydeep's avatar
    Lodha_Jaydeep
    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.