I currently have a SQL Server hosted with Microsoft Azure on the basic tier. When calling db.SaveChanges()
in Entity Framework Core I am getting the following error:
A transport-level error has occurred when receiving results from the server. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
And
Win32Exception: An existing connection was forcibly closed by the remote host
Has someone possibly come across this before?