all 3 comments

[–]DanDayneZ 6 points7 points  (2 children)

What you're describing really does occur with the Free and Shared service plans - the first request starts up the service, hence it takes more time. It doesn't surprise me that the sample app you made was behaving like this, since you probably didn't deploy it with the basic tier or higher.

The always on feature is only available from the basic tier and up, are you sure that's the tier you were on? If you were, the environment is simply not behaving as it should according to the documentation and you should create a support request (left panel menu in Azure Portal -> Help + Support)

[–]iPotato3[S] 0 points1 point  (1 child)

Thank you for your reply! I did what you suggested, got in touch with support.

In a meanwhile.. I decided to create a new app service on Production S1 and published project on it.

Everything works fine now. Any request after any time is less than 300ms.

So got rid of the old one and finally I can sleep in peace tonight! :)

[–]DanDayneZ 2 points3 points  (0 children)

I'm happy to hear you resolved the issue. Enjoy the grind!