Forum Discussion
Chris_Mancini
May 17, 2021Brass Contributor
On Premise Data Gateway
I have a web application that calls some Logic App HTTPS endpoints to retrieve data from an on premise SQL server via the on-prem data gateway. I have noticed that when I hit the api first thing in t...
lukemurraynz
Jun 11, 2021Learn Expert
I wonder if it is more the frontend - WebApp, one thing to check is 'Always On' is set on the WebApp, as the WebApps unload after 20 minutes of inactivity to conserve resources by default.
https://luke.geek.nz/azure/update-your-azure-webapp-to-be-always-on/
https://luke.geek.nz/azure/update-your-azure-webapp-to-be-always-on/
- Chris_ManciniJul 23, 2021Brass Contributor
thanks for the reply but I should have clarified. My Web app that I speak of is a Vue.js application deployed to a storage account. In the Logic App that provides the API endpoint...the Execute Store procedure show the delay so I'm pretty sure its the on premise gateway.