Azure PremiumV2 app service plans lose the ability to attach remote debuggers over Standard app service plans:
Remote debugging: When you scale your app to PremiumV2, you will no longer be able to use remote debugging for your apps. If you scale your App Service plan to a lower tier, you will be able to use remote debug again.
https://azure.github.io/AppService/2020/03/23/PremiumV2-support-for-older-deployments.html
I've looked at the documentation for the new PremiumV3 app service tier, and can find no reference one way or another to remote debugging.
https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plans https://docs.microsoft.com/en-us/azure/app-service/app-service-configure-premium-tier
Do PremiumV3 allow for the attachment of remote debuggers, and is there any indication of the long term strategy around this feature?

