Hi,
I have a SQL Azure database and a web app. Both are in US West datacenter.
I count the number of rows in a table every 15 minutes and no other apps use this database.
Everything "usually" works fine but there is an ~12 hours period yesterday I kept getting this error:
"The underlying provider failed on Open. The wait operation timed out."
And around 5pm PST yesterday, everything worked fine again. I didn't do anything because I didn't know what I can do.
In my Entity Framework code, I already added retry logic, i.e: SqlAzureExecutionStrategy
Does anyone have the same issue before?
Is there any way to prevent this problem happening again?
Thanks!