AppLensService.IsResourceTypeSupported currently filters out any requests to diagnose issues in web sites other than "app", "linux", and "functionapp" sites.
A little background on this: when we first added the App Lens integration to the GitHub Copilot for Azure VS Code extension we were advised that support for microsoft.web/sites resources was limited, and it would be best if we didn't try to diagnose anything outside of "app", "linux", and "functionapp". The code was later ported over to Azure MCP more or less as-is, which is how we got to this point.
I've heard from the App Lens owners that we are now good to send requests for all kinds of microsoft.web/sites resources and so the restriction should be removed.
AppLensService.IsResourceTypeSupportedcurrently filters out any requests to diagnose issues in web sites other than "app", "linux", and "functionapp" sites.I've heard from the App Lens owners that we are now good to send requests for all kinds of microsoft.web/sites resources and so the restriction should be removed.