WINDOWS-2016-DOCKER

Identifying and Resolving Deadlocks in Azure SQL Database

Deadlocks in Azure SQL Database Recently we were working with Azure Logic Apps to invoke Azure Functions.By Default, Logic App runs parallel threads and we didn’t explicitly control the concurrency and left the default values. So Logic App invoked several concurrent threads which in turn invoked several Azure Functions.The problem was Azure Functions invoked Database […]