How Cloud Explorer Equivalent Debug VS2022 for zipped published code uploaded to storage?

Sergio Solorzano
26
Reputation points
Hi
Cloud explorer in VS2022 has been removed. I publish & zip the code and upload it to Azure in a private azure storage account that then runs Function Apps (running from a package file). How can I debug remotely like I used to do with clould explorer? Publish does not offer the Hosting option. Also I have connected the Function App to Connected Services and I click on Attach debuger but it does not stop the code when executed, i.e. step-in code to debug doesn't work like Cloud Explorer did.
Please help, thank you!