High severitydata source
Power BI Refresh Error:
SqlDeniedPublicAccess
What does this error mean?
ADF cannot connect to Azure SQL Database or Synapse Analytics because public network access is disabled and the integration runtime is not routed through the private network.
Common causes
- 1The Azure SQL Database has "Deny public network access" enabled, and the Azure IR is attempting to connect over the public internet
- 2A Managed Private Endpoint has not been configured in ADF for the SQL Database
- 3A self-hosted integration runtime is being used but its outbound IP is not in the SQL firewall allowlist
How to fix it
- 1If using Azure IR: create a Managed Private Endpoint in ADF for the Azure SQL Database or Synapse workspace.
- 2If using self-hosted IR: add the SHIR machine's outbound IP to the SQL Database firewall rules, or connect via a VNet integration.
- 3Alternatively, re-enable public access on the SQL Database and restrict by IP instead of disabling it entirely.
- 4Verify the private endpoint DNS resolution is working correctly from the integration runtime.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/connector-troubleshoot-synapse-sql