Skip to content

Application Insights

Photo by Daniil Komov: https://www.pexels.com/photo/ai-assisted-code-debugging-on-screen-display-34804018/

Turn Application Insights Exceptions into Pull Requests: End-to-End Automation with Kilo Code

I’ve been diving deep into Kilo Code Cloud Agents lately, and I have to say that I absolutely love it. In a world where we’re moving towards cloud agents and no longer running code locally, this approach feels like a glimpse into the future. Today, I want to show you a fully automated solution that takes exceptions from Application Insights and automatically fixes it with a pull request. It’s …

Automatically create work items from Application Insights exceptions

In the last blog post we looked how we can manually create work items into Azure DevOps from Application Insights. Manual labor is something that we want to avoid in DevOps world, so let’s take a look how we can automatically create bug type of work item into Azure DevOps when error is detected in Application Insights. The guide seems quite long, but actually you can do it in 15 …