Azure / Azure/azure-functions-powershell-worker

Feature Request: Recursive Directory Searching for function.json

Open
#1,042 1 comment 0 reactions 1 assignee Claimed by @andystaples View on GitHub
Dominant language
C#
Stars
215
Forks
61
Avg merge
21h 4m
Merged PRs (30d)
6

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.