Showing category results for All things Azure

Mar 18, 2026
Post comments count0
Post likes count1

When Infrastructure Scales But Understanding Doesn’t

Diego Casati Ray Kao
Diego,
Ray

We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of times per day, from serving thousands of users to millions. The...

All things AzureGitHub Copilotgithub
Mar 17, 2026
Post comments count5
Post likes count3

Azure Skills Plugin – Let’s Get Started!

Chris Harris
Chris Harris

Part 2 of the Azure Skills Plugin series Previously: Announcing the Azure Skills Plugin This post is all about getting you up and running. I won't go deep on capabilities, architecture or anything like that here - that's coming in future posts in this series. The goal is to get the plugin installed, verified, and ready so you can start ...

All things Azure
Mar 13, 2026
Post comments count0
Post likes count0

The Human Scale Problem in Platform Engineering

Diego Casati Ray Kao
Diego,
Ray

We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them. Remember when monolithic deployments were too slow? So we bui...

All things AzureModernizationPlatform Engineering
Mar 9, 2026
Post comments count10
Post likes count13

Announcing the Azure Skills Plugin

Chris Harris
Chris Harris

Part 1 of the Azure Skills Plugin series Coding agents like GitHub Copilot and Claude Code are great at code, but getting your app to production on Azure is not just about writing code. Really, it is about making the right calls. Which service fits this app? Which SKU fits this workload? Should this be App Service, Container Apps, Functio...

All things Azure
Mar 5, 2026
Post comments count0
Post likes count4

Platform Engineering for the Agentic AI era

Arnaud Lheureux davidwright
Arnaud,
davidwright

For the last decade, platform engineering has relied on explicit API interaction layers: CLIs, SDKs, pipelines, wrappers, and UI workflows that translate human intent into machine‑safe API calls. AI agents are now short‑circuiting much of that stack. By combining natural language understanding, reasoning, and direct access to API specifications and...

All things AzureGitHub CopilotAgents
Feb 26, 2026
Post comments count0
Post likes count4

Measuring actual AI Impact for Engineering with Apache DevLake

Eldrick Wega
Eldrick Wega

If you want to skip the explain and get started super quick with adoption + impact insights, use gh-devlake to deploy a GitHub Copilot impact dashboard in a few CLI commands. So! You've rolled out GitHub Copilot to your engineering teams. You've got the built-in dashboards. You know how many seats are assigned, what the acceptance rates look...

All things AzureDeveloper ProductivityGitHub Copilot
Feb 4, 2026
Post comments count0
Post likes count0

The OS for Intelligence: How GitHub Bridges the Fragmented AI Landscape

Poornima Prasad
Poornima Prasad

We are currently living through the "fragmentation phase" of the AI revolution. If you’re a developer, you know the drill: You have Claude Code open for reasoning. You have ChatGPT open for logic checks. Then you drop into your terminal to actually build the thing—manually copy-pasting context between three different windows. We call this...

Developer ProductivityAll things AzureGitHub Copilot
Jan 21, 2026
Post comments count0
Post likes count6

Context-Driven Development: Agent Skills for Microsoft Foundry and Azure

Govind Kamtamneni
Govind Kamtamneni

Code will be generated, not written. Most enterprise AI workloads are net-new microservices. Modular, greenfield work. Perfect for coding agents. The catch? Out-of-the-box agents lack domain knowledge about your SDKs and patterns. But frontier LLMs are extraordinarily sample efficient. The patterns you need are already encoded in their latent sp...

All things Azure
Dec 2, 2025
Post comments count2
Post likes count4

Claude Code + Microsoft Foundry: Enterprise AI Coding Agent Setup

Govind Kamtamneni
Govind Kamtamneni

This guide covers setting up Claude Code CLI and VS Code extension with Microsoft Foundry, configuring CLAUDE.md for project context, integrating Spec Kit for structured development, and running Claude Code in GitHub Actions. Prerequisites Step 1: Deploy Claude Models in Foundry In Microsoft Foundry: Altern...

All things AzureGitHub Copilotgithub
Nov 27, 2025
Post comments count1
Post likes count0

Visualizing GitHub Audit Log in Microsoft Defender

Xuefeng Yin sombanerjee
Xuefeng,
sombanerjee

Key Observability Trends Around GitHub Security Modern enterprises are increasingly adopting DevSecOps practices, integrating security into every phase of the development lifecycle. Key observability trends include: Challenges in Displaying All Security in One Dashboard Despite GitHub’s robust security features, customers...

All things AzuregithubDefender