How to deploy a java function using Azure Devops

Swati Khandelwal 21 Reputation points
2020-10-30T12:14:57.46+00:00

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.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,166 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,606 Reputation points
    2020-10-30T12:17:59.823+00:00

    Hi Swati

    Azure DevOps related questions are not supported on this forum. It's better to reach out to dedicated forum over here:

    https://developercommunity.visualstudio.com/spaces/21/index.html


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful