Skip to content

Remove microsoft.web/sites "kind" restriction in App Lens #2595

@tmeschter

Description

@tmeschter

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.

Metadata

Metadata

Labels

Type

No type

Projects

Status

Untriaged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions