A cloud-native SIEM solution that provides intelligent security analytics and threat detection across systems
Hello Biplab Roy, you’re trying to use Visual Studio Code to connect directly to a Microsoft Sentinel Log Analytics workspace and run KQL queries. The issue is that VS Code does not have a supported extension or method for authenticating and executing queries against Azure Monitor / Log Analytics.
The main issue is that VS Code does not offer a native extension or built-in support for querying Azure Log Analytics or Sentinel workspaces using KQL. To resolve this, you need to explore third-party extensions, APIs, or use external tools like Azure CLI and PowerShell to interact with the Log Analytics workspace.
Supported tools for KQL are CLI/PowerShell, and SDKs. Workarounds exist using REST APIs or SDKs inside VS Code. https://learn.microsoft.com/en-us/azure/azure-monitor/logs/api/overview
Hope this helps, If you have any more questions or need further assistance, let me know. Thanks