I get this exception:
An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call
while calling the API from a dockerized .NET Core project.
Working fine while executing normally through Visual Studio.
I tried whitelisting Ip addresses with this on Azure click to see
This is my connection string
Server=tcp:tweetapp-server.database.windows.net,1433;Initial Catalog=tweetappapi;User ID=admin;Password={password};Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;