Azure / Azure-Functions

1.1k stars 190 forks source link

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

Open mo-soliman opened 2 years ago

mo-soliman commented 2 years ago

My Azure function project structure is as follows:

├── <Function-name>
│       ├── __init__.py
│       ├── function.json
│       ├── sample.dat
│       └── <sub-directory>
│                ├── file1.txt
│                └── file2.txt
├── .gitignore
├── .funcignore
├── host.json
└── requirements.txt

Problem: The sub-directory is not visible in the Code + Test tab.

Details:

Is there any way I can access the sub-directory contents?

FUNCTIONS_EXTENSION_VERSION = ~4 FUNCTIONS_WORKER_RUNTIME = python

v-bbalaiagar commented 2 years ago

Hi @mo-soliman , Thank you for your feedback! We will check for the possibilities internally and update you with the findings.

v-bbalaiagar commented 2 years ago

Hi @pragnagopa , Could you please take a look at this issue.

pragnagopa commented 2 years ago

@mo-soliman - Do let us know which Sku your app is using - Linux Premium / Consumption / Dedicated

Tagging @pgombar as FYI

mo-soliman commented 2 years ago

@pragnagopa Consumption

Phanindra34 commented 1 year ago

Any update on this issue? I'm facing the same problem but with .Net 6 isolated function image

ostlundfredrik commented 1 year ago

Having the same issue, a python 3 app using Mode: Consumption.

mariamcdib commented 12 months ago

@ostlundfredrik @Phanindra34 were you able to resolve this? am facing the same issue