You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kudu tunnel API is currently only available on Linux dedicated plans. We have started the conversation about enabling the tunneling API for Linux consumption plans, but this is non-trivial work that will take some time.
This issue covers the work for Linux dedicated plans, which will give us a quick win and allow us to iron out all of the tooling issues. Once we have nailed down the experience with dedicated plans, we will be in a good place to add support for consumption plans when they become available.
The text was updated successfully, but these errors were encountered:
For now we can just give it a separate experiment feature flag. The Java feature is experimental and is hidden behing the config "azureFunctions.enableRemoteDebugging": true. We can add a new flag such as "azureFunctions.enableNodeRemoteDebugging": true which enables this feature separately. This puts us in a place where we can test these features independently.
I will sync up with @fiveisprime to come up with a long term plan to merge with or replace the Java feature.
This is the first step to bring the App Services remote debugging experience to Functions.
Remote debugging requires two main pieces to be in place on the Azure side:
The configuration piece has been taken care of here: Azure/azure-functions-docker#107
The Kudu tunnel API is currently only available on Linux dedicated plans. We have started the conversation about enabling the tunneling API for Linux consumption plans, but this is non-trivial work that will take some time.
This issue covers the work for Linux dedicated plans, which will give us a quick win and allow us to iron out all of the tooling issues. Once we have nailed down the experience with dedicated plans, we will be in a good place to add support for consumption plans when they become available.
The text was updated successfully, but these errors were encountered: