Browse All Posts (118)

Sam Zhang explains how GitHub Agent Apps extend GitHub Copilot’s agent workflow so teams can scope work, review dependency risk, roll out feature flags, and assess deployment risk directly from issues and pull requests using Marketplace integrations like Amplitude, Endor Labs, LaunchDarkly, and PagerDuty.
News

Azure Update 14th August 2026

John Savill shares a short Azure update for 14th August 2026, covering a channel milestone plus a set of platform changes across App Service, AKS, networking, security, storage, Fabric, PostgreSQL, and AI—including a note about Gemini 3.7 Flash appearing in GitHub Copilot.
Videos
Rory Preddy demonstrates how to expose Spring Boot Java methods as MCP tools, connect them to Visual Studio Code, and enable GitHub Copilot to call those tools to update a working application.
Videos
Visual Studio Code shows how to get GitHub Copilot in VS Code using the GitHub MCP server without installing an extension or manually editing mcp.json configuration files.
Videos
Lee Stott explains how to take agents from development to production in Microsoft Foundry Agent Service, covering Hosted Agents (container + manifest deployment), the Agent Optimizer, deterministic Routines, Memory, Toolboxes, and end-to-end tracing with OpenTelemetry and Application Insights.
Community

Git-APE SaaS Factory

davidwright, Arnaud Lheureux, and Suzanne Daniels describe Git-APE “SaaS skills” as a playbook-style approach to turning an Azure-hosted app into a marketplace-ready SaaS offering, focusing on making key architecture and operational decisions explicit early (tenancy, identity, fulfilment, metering, and production readiness).
News
Arturo Quiroga explains how real-world usage reshaped the open-source Azure Architecture Diagram Builder into a guided workflow (Create → Refine → Validate & Improve → Share or Build), with concrete changes around preserving human edits, improving diagram integrity, iterating Well-Architected validation, and generating export/IaC artifacts with clear limitations.
Community
sukkaur announces a preview of SQL database skills for Skills for Fabric, aimed at giving AI coding agents workload-specific guidance to create, connect to, query, and manage SQL databases as part of end-to-end Microsoft Fabric solutions.
News
Bob Ward and Anna Hoffman walk through improvements to vector indexing in Microsoft SQL, focusing on how vector search capabilities have evolved since the initial release and where to find official docs and sample code to try it yourself.
Videos
Joshua Yue introduces new experimental routing and failover primitives in Microsoft.Extensions.AI, showing how .NET apps can route chat requests across multiple model/providers, do content-based semantic routing with embeddings, and fail over safely when a client fails—while keeping request options and streaming behavior predictable.
News
Allison announces an update to GitHub’s dependency graph license detection that prioritizes canonical package registries (like npmjs.org and PyPI) to improve license coverage across dependency insights, SBOMs, GitHub Advanced Security license compliance, and dependency review.
News
Allison announces a GitHub UI improvement that lets maintainers block or unblock users directly from pull request and issue comments in personal-account repositories, helping reduce spam and unwanted activity without leaving the conversation thread.
News
Ahmed Khaled walks through setting up end-to-end observability for a Windows, VMSS-backed Azure Service Fabric cluster using Azure Monitor Agent, Data Collection Rules, Log Analytics, and Azure Managed Grafana, including the exact Azure CLI commands, RBAC role assignments, and KQL queries to validate and troubleshoot the pipeline.
Community
Visual Studio Code shows how the /btw command in the VS Code Agents window opens a side chat that shares context with your main chat, so you can ask quick questions without derailing your current task.
Videos
meghasony announces a preview feature that lets dbt jobs run directly against Microsoft Fabric Lakehouse, bringing transformation and testing workflows closer to OneLake-backed data. The post explains the Lakehouse-first use cases and the exact configuration steps to connect an existing or new Lakehouse target.
News
Lily Du explains how to build Microsoft Teams agents that participate in busy chats and channels without adding noise, using lightweight interaction patterns like emoji reactions, threaded replies, and quoted replies.
News

We don't need better AI models right now

Peter Steinberger argues that the current bottleneck in AI isn’t model capability but human imagination, and that meaningful progress comes from applying existing intelligence creatively—especially in open source communities where maintainers continuously fix problems and invent new solutions.
Videos
Gregg Cochran shares lessons from Session 4 of the GitHub Secure Open Source Fund, where 50 projects used GitHub security tooling, expert guidance, and AI-assisted workflows to make measurable security improvements—covering incident response, supply chain risks, and how maintainers can use tools like GitHub Copilot for triage and remediation.
News
Tom Kerkhove introduces external dependency telemetry in Azure Application Insights for Azure API Management policies, aimed at helping platform operators pinpoint where request time is spent when policies fan out, retry, or perform downstream work that’s otherwise hard to see in standard request telemetry.
Community
ChethanRaj asks how to structure Azure Resource Groups for an enterprise integration platform, focusing on how grouping choices affect ownership, lifecycle management, RBAC boundaries, and day-to-day operations across shared infrastructure and workload-specific components.
Community
ChethanRaj asks how teams should structure Azure Resource Groups in real production environments, and whether boundaries should be based on technology, application/workload ownership, or resource lifecycle.
Community

Debugging your Java App

Rory Preddy demonstrates how to debug a Spring Boot Java application in Visual Studio Code by tracing a browser request through the service layer, pausing at breakpoints, inspecting variables, and using the Spring Boot Dashboard to review endpoints, health, and heap memory.
Videos

Tech in Five - Tokens & Tokenomics

John Savill gives a quick, practical overview of tokens and tokenization in LLMs, how models generate tokens, why context windows matter, and how token usage affects both user experience and cost.
Videos
Allison announces that Gemini 3.7 Flash is rolling out as a selectable model in GitHub Copilot, with noted improvements in web/app development and agentic coding workflows, plus better code quality, codebase research, and verification for complex tasks.
News
Fokko at Work explains how the Visual Studio Code Agents Window works and how it uses Git worktrees to let you run multiple coding agent sessions (including GitHub Copilot, OpenAI Codex, and Claude Code) in the same repo or across multiple repos without clobbering local changes.
Videos
ceciliaxia outlines how Microsoft is co-designing Azure AI infrastructure end-to-end—from accelerators and CPUs to rack power, cooling, and networking—to improve performance per dollar and per watt for large-scale inference and agentic workloads, and shares related open standards work with the Open Compute Project ecosystem.
Community
Pamela Fox walks through practical MCP server designs for giving coding agents safe access to a PostgreSQL database, from free-form SQL to fully templated tools. She highlights where flexibility creates risk, and shows concrete guardrails like schema discovery patterns, read-only enforcement, and confirmation flows for destructive actions.
Community
Authorised Territory demonstrates how to configure GitHub Copilot in Visual Studio 2026 (18.9.0), focusing on adding Ollama-backed local models and tuning the model “thinking effort” setting to control how much reasoning the model applies during responses.
Videos

Dictate in Multiple Languages in VS Code

Visual Studio Code shows how VS Code dictation can detect your language and convert speech to text using a local model, and where you can use it across the editor experience.
Videos
Anirudh Garg explains a practical pattern for adding AI to existing event-driven Azure Functions workflows using the Serverless Agents runtime, keeping queueing and retries deterministic while using a model only for the “fuzzy” step (like parsing free-text expense requests into structured decisions).
Community

GitHub availability report: July 2026

Jakub Oleksy summarizes GitHub’s July 2026 reliability work and eight major incidents, including outages affecting GitHub Actions, APIs, and authentication. The report shares root causes (DNS automation, certificate expiry, Vitess vschema changes, Redis maintenance issues) and the mitigations GitHub is rolling out while accelerating more production traffic onto Azure.
News
daisami shows how to combine Microsoft Agent Framework Harness with the Agent Governance Toolkit (AGT) to enforce tool-call policy for a file-access agent. The walkthrough uses a YAML allow/deny policy, function-call middleware, and audit events so risky operations (write/delete/replace) are blocked at execution time, not just in prompts.
Community
Kayla Cinnamon walks through the basics of getting started with the GitHub Copilot app, focusing on how to write an effective first prompt, attach the right project context, and iterate on results as Copilot works through a task.
News
pankajarora announces general availability of Capacity Overview Events in Microsoft Fabric Real-Time Hub, focused on monitoring capacity conditions and reacting to them with near real-time alerts and automated actions.
News
Peyton Fraser, Krishnakumar Muthukrishnan, and Joe Filcik announce August 2026 updates to Azure Content Understanding, including a refreshed CU 1.0 GA API and a CU 2.0 public preview. The post covers GPT-5 series support, lower token usage, improved grounding and confidence scoring, new synchronous Read/Layout APIs, semantic chunking, and agentic document reasoning.
News
Joe Filcik and Krishnakumar Muthukrishnan explain how Azure Content Understanding now supports the GPT-5 model series and what that changes for document, image, video, and speech workloads, including practical guidance on model selection plus updated grounding and confidence scoring aimed at reducing token usage and improving output reliability.
News
Allison announces general availability of Agent Plugins 1.0 across VS Code, Copilot CLI, the GitHub Copilot SDK, and the GitHub Copilot app, explaining how the open standard packages skills plus MCP server configuration into a single portable plugin and how enterprises can govern plugin and marketplace access.
News
Allison announces an organization-level Rule insights dashboard in public preview, giving teams an aggregated view of how GitHub repository rulesets are evaluated and enforced across all repos, with filtering and CSV export to support governance, compliance reporting, and incident/audit reviews.
News
Andrea Griffiths shares practical patterns from AutoGPT maintainer Nicholas Tindle for handling AI-generated pull requests without drowning maintainers, using repo-scoped instruction files and hard gates that push agents to follow your project’s rules.
News
sbaynes describes CARE-X, a Microsoft Research chest X-ray vision-language model that combines report generation with calibrated structured predictions and spatial grounding. The post explains the model architecture, a DAPO reinforcement-learning alignment stage, benchmark results, and a separate tool-augmented measurement pipeline for measurement-dependent findings like cardiomegaly.
News

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.