Taxonomy Azure Function. This function has the role of converting a CSV file to JSON and then to retrieve it from a blob storage whenever needed.
Check out the OpenApi 3 here
docker build -t pagopa-functions-taxonomy .
docker run -it -rm -p 8999:80 pagopa-functions-taxonomy
curl http://localhost:8999/example
mvn clean package
mvn azure-functions:run
curl http://localhost:7071/example
docker run -p 10000:10000 -p 10001:10001 -p 10002:10002 mcr.microsoft.com/azure-storage/azurite
./mvnw clean package && ./mvnw azure-functions:run