Java template to create an Azure Function.
There is an example of a Http Trigger function.
docker build -t pagopa-gpd-reporting-batch .
docker run -p 8999:80 pagopa-gpd-reporting-batch
curl http://localhost:8999/example
mvn clean package
mvn azure-functions:run
curl http://localhost:7071/example
Once cloned the repo, you should:
- to deploy on standard Azure service:
- rename
deploy-pipelines-standard.yml
todeploy-pipelines.yml
- remove
helm
folder
- rename
- to deploy on Kubernetes:
- rename
deploy-pipelines-aks.yml
todeploy-pipelines.yml
- customize
helm
configuration
- rename
- configure the following GitHub action in
.github
folder:deploy.yml
sonar_analysis.yml
Configure the SonarCloud project 👉 guide.