Azure log analytics extension for Pi coding agent A developer created an Azure Log Analytics extension for the Pi coding agent, enabling it to run read-only KQL queries via the local Azure CLI. The extension uses the current Azure CLI login and RBAC permissions, storing no credentials, and supports configuration through environment variables or .env files. | / | | | Azure Log Analytics Extension | | | | | | Adds the azure log analytics query tool, which runs bounded read-only KQL | | | queries through the local Azure CLI az monitor log-analytics query . The | | | tool uses the current Azure CLI login az login and that account's RBAC | | | permissions; no Azure credentials are stored by Pi. | | | | | | Prerequisites: | | | - Azure CLI is installed and available as az . | | | - You are logged in with az login and have access to the target workspace. | | | - This extension directory is enabled in Pi settings, for example: | | | "extensions": ".pi/global-extensions" . | | | | | | Configuration can be set in process environment variables,