Ticker is a security-first VS Code extension that lets developers investigate Azure Application Insights / Azure Monitor Logs from inside VS Code. Users sign in with Microsoft Entra ID via VS Code’s built-in authentication (no secrets), select a Log Analytics workspace target, and use a simple “sear
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Ticker is a security-first VS Code extension that helps you investigate Azure Application Insights / Azure Monitor Logs directly inside VS Code.
It is designed for on-call / debugging workflows:
Search-like Log Explorer (exceptions, traces, requests, dependencies)
Click any event to open an Event Details view
A bounded “related telemetry” view using operation_Id
“Ask Copilot / GHC” action that opens GitHub Copilot Chat with a sanitized, user-approved prompt
A lightweight Dashboard view to run read-only KQL widgets
Requirements
VS Code >= 1.109
Azure access: you must have RBAC permissions to query the target Log Analytics workspace / Application Insights (workspace-backed)
Optional: GitHub Copilot (only needed if you want to use the “Ask Copilot / GHC” action)
Quick start
Run Ticker: Sign In
Run Ticker: Add App Insights Target
Provide a display name
Provide a target identifier:
A Log Analytics workspace id (Customer ID GUID), or
An Azure resourceId starting with /subscriptions/...
Run Ticker: Open Log Explorer
Use filters + “Search” to view results (first 100). Click “Next 100” to append more.
Log Explorer
Filter by time range + item types + optional fields
Results show up to 100 rows initially
“Next 100” fetches and appends the next page
Selecting a row shows Event Details, including:
important base fields
full customDimensions (when available)
call stack (when available)
related telemetry (bounded) using operation_Id
Run KQL
You can run custom KQL in the KQL panel:
First run returns up to 100 results
“Next 100” fetches and appends the next page
Counts reflect totals across the full result set (not just displayed rows)
Dashboard
Open Ticker: Open Dashboard to create and view widgets backed by read-only KQL queries.
Dashboard configuration is stored in VS Code settings; query results are not persisted.