Java Azure Function timeout on deployed version
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.