Contribute to code.quarkus.io starter codes #53060
Answered
by
MILLERMARRU
appiepollo14
asked this question in
Q&A
|
Hi there, When creating a new quarkus project using 'code.quarkus.io', including azure-functions-http, no native profile is included. I was trying to find the repo in which the starter code is to be found. Can one give me a hint or a link to where this is maintained? |
Answered by
MILLERMARRU
Jun 24, 2026
Replies: 1 comment
|
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 codestartEach extension that participates in project generation has a How to add a native profile
Useful references
Quick sanity checkTo confirm the codestart exists and see its current state, run: find . -path "*/azure-functions-http*/codestarts*" -name "codestart.yml"from the root of a cloned |
0 replies
Answer selected by
appiepollo14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Each extension that participates in project generation has a
codestarts/folder under itsdeploymentmodule. The structure looks like: