Hi Team,
I am trying to deploy a java function in azure using DevOps CI/CD pipeline. I have used a maven task to build my pipeline and then in releases I have used an Azure function task to deploy that function into the portal. The deployment is successful but, the deployed functions doesn't work in the portal. It is having around 6-7 functions and except a ping function none other does. The ping function just gives a response and nothing else. The other non- working functions are returning 500 Internal Server Error. The function gets deployed successfully via Visual Studio code and is working, but there seems to be an issue using Azure DevOps.
The Function App created is inside an ASE environment.
Could you please help me and provide some inputs.