Skip to content
Discussion options

You must be logged in to vote

The starter templates for code.quarkus.io are called codestarts and they live directly inside the main Quarkus repository, co-located with each extension's deployment module.

Where to find the Azure Functions HTTP codestart

https://github.com/quarkusio/quarkus/tree/main/extensions/azure-functions-http/deployment/src/main/resources/codestarts/

Each extension that participates in project generation has a codestarts/ folder under its deployment module. The structure looks like:

extensions/azure-functions-http/deployment/src/main/resources/
└── codestarts/
    └── quarkus/
        └── azure-functions-http-codestart/
            ├── codestart.yml          ← metadata: name, type, tags
        …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by appiepollo14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants