'Debug Azure Function App from Visual Studio 2022
I'd like to debug an Azure Function App (that is already deployed) from Visual Studio 2022.
Earlier on Visual Studio 2019 there was an option to debug the Azure Function Apps by using the Cloud Explorer, but in the newer version that option is retired according to their documentation.
Is there a workaround for this problem?
P.S. I've seen the solutions that suggest creating a publishing profile and attaching to the process, but the Function App is already deployed so, this solution will not help.
Solution 1:[1]
You can attach the debugger by creating the publish profile in VS 2022:

Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | HariKrishnaRajoli-MT |
