An Azure service for ingesting, preparing, and transforming data at scale.
I got the same below issue when trying dataflow in ADF and trying to connect SQL managed instance.
Cannot connect to SQL database: 'jdbc:sqlserver://inst-sqlmaninst-gabriel.public.7923021abf1b.database.windows.net:3342;database={ITAnalyticsSandbox}', 'User: [UserNameRemoved]'.[SQL Exception]Error Code:0, Error Message: The TCP/IP connection to the host inst-sqlmaninst-gabriel.public.7923021abf1b.database.windows.net, port 3342 has failed. Error: "Connection timed out: no further information.. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.
Issue:
Port 3342 was opened only for DataFactory and couple of static IPs only
Fix:
Inside Network security group
Earlier 3342 port was only allowed for DataFactory but
I allowed 3342 port for AzureCloud instead of DataFactory and connection worked fine. Still need to figure out minimum service needed for dataflow to allow 3342 but for time being if anyone need quick resolution, this should work for them