I have a simple logic app as shown below. When I run this and check the SQL connections (sp_who2) I can see 'sleeping' connections being created. By running enough times the number of sleeping connections reaches 300 and the logic app then fails.
Its as if the logic app is not freeing up connections on each run of the procedure. Any help much appreciated. Also the logic app does not just create 1 SQL connection per procedure execute it seems to create approx 5.
If you recheck the database after sometime I can then see SQL remove the sleeping connections and make them available.