Azure / Azure/Azure-Functions

In the Code + Test tab, the drop down menu doesn't show the subdirectories

Open
#2,142 7 comments 2 reactions 0 assignees View on GitHub
area: documentation platform:linux
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.