I have created an Azure SQL database and now want to use that database in an Azure Logic App where I need to connect to the database using connection name of that SQL database. I'm following this tutorial from Azure official team where at one step I need to enter connection name. But I cannot find the connection name in Azure Portal for my Azure SQL Database. If you look at the Connection Name
field in the dialog box of step 3
, you see you need to enter the connection name. Question: How can I find connection name of my Azure SQL db?
UPDATE
I'm using this tutorial from Azure official documents to create Azure SQL db and I don't see any place where connection name was provided by me.