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

Feature Request: Recursive Directory Searching for function.json #1042

Open
shawnwildermuth opened this issue Mar 1, 2024 · 1 comment
Open
Assignees

Comments

@shawnwildermuth
Copy link

This is currently on the nodejs and the python function roadmap and I'd love to see it here. I have clients that need this funcitonality. To be specific:

This works:

app/
├─ SomeFunction
│  ├─ function.json
│  ├─ run.ps1
├─ Other Function
│  ├─ function.json
│  ├─ run.ps1

I think this should:

app/
│  ├─ functions
│  ├─ SomeFunction
│  │  ├─ function.json
│  │  ├─ run.ps1
│  ├─ Other Function
│  │  ├─ function.json
│  │  ├─ run.ps1

I'd be happy for a special subfolder called functions/ if that is easier or to be able to configure the root of your function would work too, but recursive search I think would be best.

@Francisco-Gamino
Copy link
Contributor

@shawnwildermuth -- Thank you for reaching out. We are working on a new programming model for PowerShell Functions in which would recursively search for all your PowerShell files starting at the function app root. I will update this issue once the new programming model is on public preview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants