I'm creating an Azure Web API that is connecting to an Azure SQL database. I was about to add the model classes using the Entity Data Model Wizard in Visual Studio when it asks what to do with the connection settings. I do not know what to do from here.
What is the recommended settings I should enter for this page?
I know that the API app settings from the Azure portal contain the connection settings to my database (From the Web app > Settings > Application Settings > Connection String)
Am I supposed to exclude the sensitive data, and somehow reference the connection string name from Azure portal?
And what about the last checkbox - am I supposed to save the connection data to WebConfig?