I have a database and an application connected to this database. Both are deployed on Azureportal and both are in the same Resource group.
I added the connectionString that Azure produced for the database to theConnection strings in the Configuration section of the application'sSettings section.
I can access the same database from my local machine with the username and password on theAzure server where this database is located. However my application in the portal can't access this database even though I've added theconnectionString.
NOTE: The name in the connectionString and the name I use in my application are the same.