In the Code + Test tab, the drop down menu doesn't show the subdirectories
- Dominant language
- PowerShell
- Stars
- 1.1k
- Forks
- 215
- Avg merge
- 4h 2m
- Merged PRs (30d)
- 1
Description
My Azure function project structure is as follows:
```
├──
│ ├── __init__.py
│ ├── function.json
│ ├── sample.dat
│ └──
│ ├── file1.txt
│ └── file2.txt
├── .gitignore
├── .funcignore
├── host.json
└── requirements.txt
```
Problem: The sub-directory is not visible in the Code + Test tab.
Details:
- The function is successfully deployed and runs properly, however when I go to the Code + Test tab to navigate the files, the sub-directory is not visible.
- I even tried using Kudu and navigated to ```.scm.azurewebsites.net/wwwroot/``` but got no results (Empty page).
- Additional info: the code in ```__init.py__``` uses the contents of the sub-directory, so this means the sub directory is deployed successfully, but I just can't see/access it.
Is there any way I can access the sub-directory contents?
FUNCTIONS_EXTENSION_VERSION = ~4
FUNCTIONS_WORKER_RUNTIME = python
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.