Multiple functions app in the same repo #2502
martinGM05
started this conversation in
Polls
Replies: 1 comment
-
To include multiple Azure Functions apps in the same TypeScript monorepo (like a stack with src/functions/payers, src/functions/providers, etc.), you can absolutely do that by organizing your code properly and configuring each app with its own function.json, host.json, and tsconfig.json if needed. Like this: src/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need include multiple functions app in the same repo, like a stacks
src/functions/payers
src/functions/providers
I have my repo in Typescript
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions