I have a Azure App Service web app running in C# code that uses ASP.NET Framework 4.8 and Microsoft.Data.SqlClient 2.1.7.
I would like to understand how would the SQLDependency handle the transient connectivity issue?
Do I need to specifically update my code to handle the transient errors?
It would be helpful if you could share any example using SQLDependency to handle transient errors related Azure SQL Managed Instance.
I have a Azure App Service web app running in C# code that uses ASP.NET Framework 4.8 and Microsoft.Data.SqlClient 2.1.7.
I would like to understand how would the SQLDependency handle the transient connectivity issue?
Do I need to specifically update my code to handle the transient errors?
It would be helpful if you could share any example using SQLDependency to handle transient errors related Azure SQL Managed Instance.