Unable to debug azure function remotely with Visual Studio 2022 (Version 17.4.3)
Tim Ahtirski
1
Reputation point
I have a v4 azure function app deployed to azure. The function is on consumption plan. The function developed with C#, .net 6 for Windows runtime.
I can't connect to the function via port 4024.
Bellow is the configuration:
This is the error I get:
Next I tried to connect via "Attach to Process" with credentials from the publish profile. Still no luck:
Tried to connect to .scm link, still no luck:
Kudu shows remoted debug process is running:
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Sign in to answer