I am new to Azure Functions and I am trying to follow the tutorial https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-vs-code-java to create a basic HTTP Trigger Function using Visual Studio code and to deploy the same to Azure.
I have created the function and executed it locally and has deployed the Java HTTP Trigger Function to Azure as well, but while trying to execute the function in Azure I am getting the following error:
Can anyone please help me in resolving the above error.
Thanks & regards, Preethi H R