I have an issue where I created an Azure HTTP trigger function written in Java. Upon local testing, the function worked well. However once I deploy it to Azure, the function times out. I have a similar project written in C# where it works well locally and deployed.
I checked the logs, but there is nothing that says anything. The service plan I hosted for both are Windows Service plans. The only difference between the two functions is the worker runtimes and the language in which they are written.
Any assistance?