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.