I have deployed a .Net Core API to Azure as an App Service.
I have set the Always on feature to true.
When I log the requests, I see that Azure Always on requests are coming every 5 minutes.
My usage with API is HTTPS but Always on requests are sending with HTTP. I don't know if this is the case
For the first request, it is sometimes 10 seconds, but after the first request, it is around 100ms.
What is missing here?



SubscriptionController. Might be the query you're executing is simply taking too much time? Again, please provide us with (relevant) code, like theIndexaction or theSubscriptionInfoaction on theSubscriptionController.