Browse All Posts (124)

GitHub shows how maintainers can automate issue triage using GitHub issue intents, including confidence thresholds, reviewing agent reasoning, and auto-applying routine metadata updates while keeping humans in control.
Videos
Allison announces an in-product validator for GitHub Copilot enterprise managed settings that helps admins catch configuration issues (like malformed JSON, unsupported settings, and invalid team mappings) so Copilot policies are enforced correctly across the enterprise.
News
Allison announces an update to GitHub Copilot repository-level usage metrics that breaks pull request review time into distinct stages, helping teams pinpoint where PRs are getting stuck (waiting for first review, review iteration, or post-approval merge delay).
News
sbaynes introduces run-assert-eval, a VS Code “skill” that threat-models an AI agent, turns discovered risks into measurable eval suites, generates runtime governance policy, and reruns the same evaluation to show whether the mitigation actually reduced failures (without sacrificing helpfulness).
News
Allison announces two GitHub Issues updates: private saved views on repository issues pages, and general availability of the “Relates to” issue relationship across GitHub’s APIs, webhooks, timeline events, and search.
News

The 2014 Bug That Almost Broke Azure

Mark Russinovich recounts a 2014 incident where a developer’s code nearly caused a worldwide Azure outage, and explains the safe deployment policy that came out of it as part of a broader discussion on Azure resilience.
Videos
Matt Kazanowsky describes an Azure reference architecture that turns assembly videos into illustrated manufacturing work instructions using multimodal GenAI. It breaks down the end-to-end pipeline (ingestion, transcription, human review gates, step extraction, frame selection, and document generation) and calls out practical security controls for storage, identity, networking, and AI safety.
Community
Tyler Leonhardt explains how to use different model “harnesses” in VS Code with GitHub Copilot, including Claude and Codex, and how bring-your-own-key (BYOK) changes the ways you can access models from your editor.
Videos
Tommi Gustafsson and Janne Gustafsson join the .NET MAUI Community Standup to explain how they built GnollHack, a cross-platform roguelike, using .NET MAUI to target Android, iOS, and Windows, and to share practical lessons from modernizing a classic NetHack-based codebase for mobile-friendly gameplay.
Videos
Allison explains a change to GitHub Actions workflow run queries in the API and UI: result counts are now capped at “2,500+” to avoid timeouts returning misleading totals, while pagination still returns up to 1,000 items per query.
News
Kayla Cinnamon explains how to use canvases in the GitHub Copilot app to generate a custom, shared UI (like a kanban board or release checklist) from a plain-English description, then iteratively refine it while the agent updates the same live surface.
News
Allison announces that GitHub’s agentic autofix can now use Copilot Memory to pull repository-specific context when resolving security alerts, and to store fix patterns as reusable memories for future fixes and other Copilot features.
News
Daniel Roth announces the new AG-UI .NET SDK and shows how to expose and consume interoperable agent endpoints from .NET using Microsoft.Extensions.AI. The post explains the AG-UI event model, includes an ASP.NET Core quickstart for streaming Server-Sent Events, and outlines how Microsoft Agent Framework now builds on the shared AGUI.* packages.
News

One model deployment to route them all

Microsoft Developer demonstrates how to use Azure AI Foundry’s model router so a single deployment can dynamically route requests to different models, balancing cost and quality while keeping the agent integration to a minimal code change.
Videos
Allison summarizes the September 21 weekly GitHub Copilot releases, including new model options, a local sandboxing preview in the Copilot app, and feature updates across Slack/Teams, JetBrains IDEs, and VS Code—especially around agent sessions, remote development, and observability.
News
Allison outlines updates to GitHub Copilot’s Slack and Microsoft Teams integrations, focusing on richer conversation context, better traceability when creating GitHub work, and more control over model selection and repository defaults. The post also summarizes reliability fixes and explains preview availability for Copilot Business and Enterprise.
News
goupadhy announces the September 2026 on-premises data gateway release (v3000.334), highlighting a new Soft Delete recovery window, security dependency updates (including Log4j 2.26.1 and a fix for CVE-2026-18401), and compatibility alignment with the September 2026 Power BI Desktop query runtime.
News
John Savill runs through the Azure Weekly Update for 25 September 2026, covering a grab bag of platform changes across compute, serverless, containers, PostgreSQL, and Azure AI Foundry, plus several GitHub Copilot and model availability updates and a retirement notice.
Videos

Storm-3168: Agentic-driven cloud attacks using compromised service principals

Microsoft Security Research, Yossi Weizman and Tushar Mudi detail Storm-3168 (JADEPUFFER) activity in Azure, showing how compromised service principals were used for reconnaissance, rapid resource deletion, and credential access. The post breaks down the observed sequence and provides concrete mitigations using Defender for Cloud, RBAC hardening, secret rotation, and recovery protections.
News
GitHub introduces Canvas in the GitHub Copilot app, showing how developers can describe a workspace UI in plain language and have Copilot generate interactive tools like dashboards and issue trackers without writing UI code.
Videos
Josh Black explains how GitHub’s Primer Design System migrated from CSS-in-JS to CSS Modules without breaking production, using feature flags, visual regression testing, and incremental rollouts. The post also covers the follow-on work to eliminate `sx` props and remove `styled-components`, including automation via codemods and Copilot coding agents.
News

5 Shortcuts You Need in VS Code

Visual Studio Code shares five VS Code keyboard shortcuts focused on faster text selection, covering quick ways to select lines, words, matches, and columns while editing code.
Videos
Allison summarizes what’s new in CodeQL 2.27.1, including new and improved queries across multiple languages, Kotlin 2.4.20 support, and accuracy fixes that affect GitHub code scanning results for C#, ASP.NET Core, and GitHub Actions workflows.
News
carlosbermudezlopez explains why Azure Storage accounts and containers can become undeletable after enabling immutability (WORM), including how locked vs unlocked policies, legal holds, blob versions, and snapshots affect deletion. It also covers how version retention changes trigger Lifecycle Management cleanup and what to check, in what order, to remove protected resources.
Community
Allison announces a new GitHub Copilot enterprise-wide default policy that controls whether generally available Copilot features and supported client capabilities are enabled, disabled, or delegated to organizations, with a 28-day configuration window before enforcement begins.
News
Allison announces a public preview security control for GitHub Enterprise Cloud that requires “proof of presence” (fresh re-authentication or MFA) before users can perform high-impact actions, using Microsoft Entra ID SSO policies to reduce risk from stolen sessions and long-lived tokens.
News

Getting the best out of Azure SRE Agent

puneetguptams shares practical configuration guidance for Azure SRE Agent, based on patterns observed in production telemetry. The post focuses on connecting the right data sources, routing incidents to the right specialist via response plans, writing useful skills, deciding when to require approvals, and ensuring the agent has the permissions needed to complete the last step.
Community

When chat is the wrong UI

Burke Holland argues that chat is often the wrong interface for working with LLMs, and shows how GitHub Copilot app “canvases” provide a more task-oriented surface. He walks through examples like a Connect 4 canvas, a winget UI, and a SQLite UI, then connects the idea to automating agent-driven development workflows.
News
jaredfholgate introduces an experimental Bicep CLI feature, `bicep docs generate`, which creates and keeps module documentation in sync with your Bicep code. The post shows how the generator discovers parameters, outputs, types, and examples, how to customize output with Scriban templates, and how to enforce up-to-date docs in CI.
Community
Allison announces a GitHub Actions change where expired artifacts are no longer shown in the workflow run summary UI or returned by the REST API, reducing confusion about whether deleted artifacts still incur storage billing.
News

VS Code Learn: Extending Agents

Liam Conroy-Hampton explains how agent extensibility works in Visual Studio Code, including tools and tool sets, permissions and sandboxing, and how MCP (Model Context Protocol) can connect agents to external data sources. He also introduces Agent Plugins for packaging tools and shows how VS Code supports third-party agents like Claude and Codex.
Videos
Antonio Morales explains how the GitHub Security Lab’s Taskflow Agent framework can drive an autonomous fuzzing pipeline for C/C++ projects, from harness generation and AFL++ runs to coverage-guided iteration, crash triage, and draft vulnerability reports, with practical guidance on running it safely in disposable environments.
News
Tina Schuchman outlines new Microsoft Foundry capabilities for building and operating production AI agents, including broader model choice (GPT-6 and Claude Opus 5.5), voice agents, long-running hosted agent resilience, and an AgentOps-style loop that uses traces and evaluators to continuously improve quality, latency, and cost.
News
Muzz Imam walks through setting outbound network egress rules for Microsoft AI Foundry hosted agents, using an account-level RAI policy to allow specific FQDN destinations, observe real outbound calls in Audit mode, and then validate blocking behavior under Enforced mode with a controlled probe.
News
RajyaLaxmiYellajosyula explains how Oracle GoldenGate is now managed as a native Azure experience within Oracle AI Database@Azure, including Azure portal/API lifecycle operations, Azure control-plane governance (RBAC, tags, Activity Log), and generally available observability via Azure Monitor metrics and Azure Log Analytics events.
Community

.NET + Foundry, better together

dotnet introduces a practical series on building AI-powered apps with .NET and Microsoft Foundry, highlighting new SDK capabilities, hands-on projects, and the latest Foundry features and services aimed at .NET developers.
Videos
Bob Ward explains how Microsoft SQL (SQL Server, Azure SQL, and SQL DB in Fabric) can be used for chat completion and agentic RAG scenarios, including making REST calls to models, building prompts in SQL, and adding security controls like immutable logging, content moderation, and prompt-injection protection.
Videos
Microsoft Threat Intelligence analyzes Storm-2570, a ransomware affiliate that reuses the same post-compromise tooling and techniques across multiple ransomware ecosystems, and provides concrete mitigation steps plus Microsoft Defender and Microsoft Sentinel hunting queries to detect and disrupt activity before ransomware deployment.
News
Alym Rayani rounds up September 2026 updates across Microsoft Security, focusing on securing AI-era workflows: richer investigations in Microsoft Defender with Microsoft Security Copilot, network controls to stop sensitive data reaching shadow AI using Purview and Entra, and new Purview compliance and lifecycle capabilities.
News
mshboul explains how to handle Azure Monitor Logs Ingestion API’s 1 MB payload limit when migrating from the deprecated Data Collector API, by chunking large array payloads and sending them in smaller batches using an HTTP action pattern.
Community

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.