I have a requirement to use an Azure Function App to query data in an on-premise SQL database, extract that data, dump it to a blob.
By these requirements ADF is not permissible.
The on premise SQL engine is behind a firewall.
How does Azure/the FunctionApp gain a connection to the SQL Engine to run the required select queries?