Microsoft.EntityFrameworkCore.Database.Connection: An error occurred using the connection to database #3253
sankarnarayanan100895
started this conversation in
General
Replies: 1 comment
-
Here are key possible causes and how to address them: 1 - Missing database name in connection string 2 - Intermittent network issues in AKS 3 - Throttling in Managed Identity |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting following error: Microsoft.EntityFrameworkCore.Database.Connection: An error occurred using the connection to database '' on server 'tcp:.database.windows.net,1433'. intermittently.
We use .NET 8.0 in our project.
We deploy our service in AKS (Linux container) and connect to Azure SQL database.
The SQL related nuget packages we use are
Beta Was this translation helpful? Give feedback.
All reactions