We have multiple databases on the same server (running in the same Azure region as ADF). I would like to parameterize the database name in the connection.
When trying to follow along to this tutorial to connect to Azure SQL Database, I am unable to successfully connection to database when introducing dynamic content via a parameter. Connection test works if I remove the param and put the database name string in its place.
Note, the Azure SQL Database firewall is set to true for Allow Azure services and resources to access this server. Also using the AutoResolve IR.
Any ideas why this is not working?
Error Received:
Parameter Setup:


