Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I create a new Azure Function app in monorepo #3894

Closed
dfberry opened this issue Nov 13, 2023 · 2 comments
Closed

How can I create a new Azure Function app in monorepo #3894

dfberry opened this issue Nov 13, 2023 · 2 comments

Comments

@dfberry
Copy link

dfberry commented Nov 13, 2023

When I select the folder for the new app, it creates a new node_modules folder and a new package-lock.json even though the folder is within an npm workspace monorepo.

How should I correctly use the Azure Functions extension to create a new app within a monorepo?

// root file and folder view
./.git
./.devcontainer
./package.json --> workspace property is set to  "packages/*"
./package-lock.json
./packages/api --> new Azure Functions
 
@ggailey777 
@glaucia86
@nturinski
Copy link
Member

Hi @dfberry,

Creating a monorepo Azure Function app isn't possible today, but is currently part of our backlog. #2521

@MicroFish91
Copy link
Contributor

Duplicate of #2521

@MicroFish91 MicroFish91 marked this as a duplicate of #2521 Nov 22, 2023
@MicroFish91 MicroFish91 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 22, 2023
@microsoft microsoft locked and limited conversation to collaborators Jan 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants