I have a question about "Data connections" in azure.
I have an App Service. I published my API app there. In my app I have connection strings (I need to work with databases). Among numerous settings for my app I saw a "Data connections" item:
There you can add new connection (server, login, password). After creation you can look at connection string for this connection:
My questions are: 1. what does it do? (I mean in my app I already have a connection string in Web.config and is there any advantages of using connection string in azure?) 2. how to use this "connection from azure" in my app?
I'll appreciate any help.