Due to the architecture of Java function app, please ensure the pom.xml -> project -> properties -> functionAppName
field matches your Azure Functions name on the cloud when using deployment center GitHub action.
- Check if functions project can be deployed successfully
- Check if third party library
junit
can be resolved correctly
- Deploy the function app using deployment center
- Make a GET http request to
/api/HttpTrigger
- Should get a 200 status code with
Hello Functions World!
body