Java template to create an Azure Function.
There is an example of a Http Trigger function.
docker build -t pagopa-gpd-reporting-service .
docker run -p 8999:80 pagopa-gpd-reporting-service
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.ymltodeploy-pipelines.yml - remove
helmfolder
- rename
- to deploy on Kubernetes:
- rename
deploy-pipelines-aks.ymltodeploy-pipelines.yml - customize
helmconfiguration
- rename
- configure the following GitHub action in
.githubfolder:deploy.ymlsonar_analysis.yml
Configure the SonarCloud project 👉 guide.