Azure / Azure/azure-functions-host

Setup app settings for remote debugging node and python functions on linux dedicated apps

Open
#4,430 4 comments 0 reactions 0 assignees View on GitHub
platform:linux
Dominant language
C#
Stars
2k
Forks
482
Avg merge
2d 12h
Merged PRs (30d)
38

Description

cc @mhoeger @ColbyTresness

Following app settings, need to be set when APPSVC_REMOTE_DEBUGGING is set to true
```
languageWorkers__node__arguments = --inspect=0.0.0.0:5858
APPSVC_TUNNEL_PORT = 5858

```
@ahmelsayed - Do you have any ideas on how to achieve this?

Contributor guide

Open the contributing guide

Research direction

Start by tracing how APPSVC_REMOTE_DEBUGGING is handled for Linux dedicated apps and where app settings are applied. Verify the node debugging arguments and APPSVC_TUNNEL_PORT behavior for both node and Python functions; done means the requested settings are applied when remote debugging is enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, python
Domain
backend, cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.