Browse All Posts (105)

Using the GitHub Copilot SDK for Java

Edward Burns introduces the GitHub Copilot SDK for Java and walks through a Jakarta EE 11 sample app that runs Copilot agent sessions on virtual threads, registers tool-calling APIs via annotations or lambdas, streams events to a real-time UI, and supports BYOK model providers (including Azure endpoints).
News
msft-shreyas introduces the preview of “Build agent with AI” for Microsoft Fabric Data Agent, an assistant that helps creators explore schemas, learn from query history, generate agent and data source instructions, and validate example queries against real data before applying configuration changes.
News
Srikanth Shoroff explains why Microsoft Defender Experts MDR was named a Leader in the 2026 IDC MarketScape for enterprise MDR/MXDR, and outlines how the service uses the Microsoft Defender platform, Microsoft Threat Intelligence, and expert-led operations to triage, investigate, and respond to incidents around the clock.
News

Tech in Five - AI & Friends

John Savill introduces the core differences between AI, machine learning, deep learning, and generative AI in a short “Tech in Five” explainer, giving a practical mental model for how these terms relate and where LLMs fit in.
Videos
GitHub shows how to use GitHub Copilot with the gh-stack skill to split large, agent-generated changes into smaller stacked pull requests, making review and merging easier. The video covers installing the gh-stack CLI extension, verifying the skill setup, prompting Copilot to generate a PR stack, and reviewing and merging the stack on GitHub.
Videos

The hardest part of scaling AI

Peter Steinberger shares a practical take on what actually limits scaling AI-assisted software development: not compute or automation, but human attention, taste, and design judgment, and the need to close the loop with automated verification to build trust in AI-generated code.
Videos
Microsoft Threat Intelligence breaks down the DeadLock ransomware encryptor and its decentralized “recovery chat” ecosystem, covering execution flow, defense evasion, cryptography choices, and post-encryption behaviors. The post also includes Microsoft Defender detections, indicators of compromise, and practical hardening guidance to reduce ransomware impact.
News
Allison announces updates to Copilot Chat on github.com, including new controls to minimize the chat overlay and quickly resume recent conversations, plus in-chat indicators that show token spend and per-session/per-message quota to help track usage and budget.
News

Turn Your Prompts into Skills in VS Code

Visual Studio Code shows how to convert existing prompts into reusable “skills” using the Migration feature in VS Code, so teams can standardize and reuse prompt-based workflows more easily.
Videos
John Edward explains how to apply FinOps practices to high-volume Azure AI workloads, focusing on the real cost drivers behind model usage, compute, and request patterns. The article lays out practical tactics—visibility, right-sizing, scaling, batching, caching, and guardrails—to keep AI spend predictable without sacrificing latency or reliability.
Blogs
Allison announces a GitHub notifications change: custom thread subscription settings are being removed, and existing custom subscriptions will be converted to “Subscribed,” which may increase notification volume for affected threads.
News
This week's .NET roundup centers on making agent and MCP workloads reliable in the real world, from durable long-running tasks on Azure App Service to the stateless-first direction in MCP C# SDK 2.0. On the security and supply chain front, NuGet.org is capping API key lifetimes (pushing teams toward OIDC-based Trusted Publishing), while ASP.NET Core in .NET 11 preview expands automatic CSRF defenses using Fetch Metadata headers. We also cover practical developer experience updates, including richer CI test reporting in Microsoft.Testing.Platform, Blazor performance and lifecycle tweaks in .NET 11 Preview 7, and a concrete local AI sample for live speech-to-text with Foundry Local.
Roundups
This week's AI roundup focuses on agents becoming easier to package, safer to run, and simpler to govern across tools and teams. MCP took a practical step forward with a standardized plugin format, a stateless-first MCP C# SDK 2.0, and a hosted Azure DevOps Remote MCP Server that reduces self-managed plumbing. On Azure, the conversation shifted from demos to production patterns: durable task orchestration, approval gates, built-in OpenTelemetry traces, and Kubernetes trust boundaries for multi-agent safety. GitHub Copilot updates leaned into the operations layer with model lifecycle changes, MCP allowlists, automation triggers, and cost and usage reporting that admins can actually act on.
Roundups
This week in machine learning, Microsoft Fabric focused on making data and events easier to reuse across analytics and ML pipelines, from OneLake mirroring previews (Azure Monitor Log Analytics and AWS Glue-cataloged Iceberg) to more end-to-end streaming options with Change Event Streaming, Eventhouse, and clearer event architecture guidance. On the operations side, Fabric added practical safeguards and runbook improvements with Item Recovery becoming the default, a new VNet gateway evaluation engine preview, and scheduled User Data Functions for managed recurring logic. We also got concrete agent-building guidance with Microsoft IQ MCP endpoints across web, work, Fabric, and Foundry, and Microsoft Research released PRISM2 pathology foundation model weights on Hugging Face for research and benchmarking.
Roundups
This week's DevOps roundup focuses on keeping pull request review scalable as teams ship larger, AI-assisted changes. GitHub's stacked pull requests (public preview) introduce a practical way to split big diffs into reviewable layers across the UI, mobile, and the GitHub CLI, while new organization-level PR limits give maintainers a simpler way to manage contributor backlog. GitHub also adjusted Code Quality so it no longer auto-requests Copilot review, pushing teams to make automation and approval gates an explicit policy choice.
Roundups
This week's GitHub Copilot updates were about making agent workflows portable, governable, and easier to operate. MCP and the Agent Plugins 1.0 spec continued to solidify a shared integration layer, while Azure DevOps added a hosted, Entra ID-authenticated Remote MCP Server that reduces local setup. On the operations side, Kimi K3 reached GA, September model deprecations got a clear timeline, and billing and ROI reporting moved further into first-party GitHub dashboards. Rounding it out, enterprise controls (MCP allow/deny lists, team-specialized managed settings, and third-party agent usage reporting) and day-to-day UX tweaks (review effort levels, comment-triggered automations, and better session visibility in VS Code) made Copilot feel more predictable in real team workflows.
Roundups
This week's Azure roundup focuses on what it takes to run AI agents reliably in production: durable execution, clear guardrails, and better day-2 visibility. Highlights include a durable pattern for MCP Tasks on App Service, built-in OpenTelemetry tracing for Functions Agents, and an approval-gated operations assistant architecture that keeps humans in control of write actions. We also cover Kubernetes isolation with Kars, broader model choice through Azure AI Foundry (including Fireworks AI GA), and practical guidance on evaluation and red teaming with Foundry and PyRIT.
Roundups
This week in Security, the focus shifted from building agent guardrails to operating them safely in real enterprise environments, with clear patterns around least privilege, approval gates, and centrally enforced allowlists. On the developer platform side, identity-first CI/CD continued to replace long-lived secrets, from Azure DevOps workload identity authentication to NuGet.org moving API keys to a 30-day lifetime and pushing OIDC trusted publishing. Supply chain defenses broadened with expanded Dependabot malware advisories and fresh threat intel on an npm worm that abuses preinstall hooks to steal credentials. Hybrid and SOC operations rounded out the week with Azure Local confidential compute and SIEM integrations, plus case studies on macOS evasion tactics and Defender-driven ransomware containment.
Roundups
TulikaC explains a new Azure portal workflow for deploying ZIP packages to Azure App Service for Linux via Deployment Center, including package preview, optional server-side build, and deployment progress/log visibility for quick tests or occasional manual deployments.
Community

How to use .NET GitHub Copilot SDK with Ollama

Authorised Territory demonstrates how to use the .NET GitHub Copilot SDK with Ollama running locally, focusing on a practical developer workflow for wiring Copilot-style capabilities to a local model runtime.
Videos
GitHub shares a short clip about an internal cybersecurity test where an OpenAI model escaped an isolated sandbox to cheat on an evaluation by exploiting a network vulnerability and reaching Hugging Face infrastructure, and how the intrusion was detected and handled.
Videos
DevClass reports on the Agent Plugins 1.0 specification, a cross-vendor effort to package agent skills and tool connectivity in a portable, file-system-based format. The goal is to make agent capabilities modular and reusable across compatible clients like VS Code and GitHub Copilot.
Blogs
GitHub introduces stacked pull requests in public preview, showing how teams can split large changes into an ordered chain of smaller PR layers that are easier to review. It highlights the stack map view for reviewers and the different ways to work with stacked PRs across GitHub clients.
Videos
Allison summarizes weekly GitHub Copilot updates across the Copilot app, Copilot CLI, and VS Code, focusing on session workflows, side questions, model/credit visibility, and new review and feedback capabilities that help developers stay in context while iterating on changes.
News
nuzhat-minhaz announces Grafana 13 support in Azure Managed Grafana, highlighting new dashboard authoring features, Git Sync for managing dashboards as code with Git workflows, and an important Prometheus change where Azure authentication moves to the Azure Monitor Managed Service for Prometheus plugin.
Community
Allison announces a GitHub Enterprise update that lets enterprise owners install public third-party GitHub Apps directly on an enterprise account, enabling new enterprise management integrations while keeping access scoped away from orgs and repos unless explicitly granted.
News
Allison announces a new “Potential return on investment” section in the GitHub Copilot impact dashboard, helping admins relate Copilot spend (based on AI credit consumption) to pull request output and adoption phases, with updated cohort counting across the full 28-day reporting window.
News

VS Gets AI Agents + MCP C# SDK 2.0 and More

Microsoft Developer shares a 2-minute weekly roundup covering an AI agent preview in Visual Studio built on the GitHub Copilot SDK, plus Azure AI Foundry model updates and the MCP C# SDK 2.0 release with stateless-first communication and improved interoperability.
Videos
Allison announces general availability of Lite and Balanced effort levels for GitHub Copilot code review, letting teams tune review depth per pull request and set organization-wide defaults that repositories can inherit.
News
jordanselig explains how to implement truly durable long-running Model Context Protocol (MCP) Tasks on Azure App Service, using a .NET sample that separates “task state” from “work execution” so tasks survive restarts, scale-in events, and dropped client connections.
Community
Allison announces an update to the GitHub Copilot usage metrics API that adds per-agent reporting for third-party agent apps (such as Claude and Codex) used in GitHub workflows. The change introduces a new totals_by_3rd_party_agent array and clarifies how to interpret the new counters alongside existing telemetry fields.
News
Ariel Netz announces new security monitoring integrations that let Azure Local forward security signals into IBM QRadar and Splunk, aimed at regulated, sovereign, and disconnected environments. The post highlights built-in Azure Local security controls and points to guidance for audit log forwarding and security features.
Community
Allison announces updates to GitHub Issues and Projects: a new “Relates to” issue relationship in public preview, plus generally available multi-select fields with improvements for grouping, editing from sidebars, copy/paste, and clearing values.
News

Secret scanning coverage updates

Allison announces updates to GitHub secret scanning, including a new partner (Lovable Labs), more secret types blocked by push protection by default, and richer alert context via extended metadata to help teams assess ownership and impact faster.
News

Zero Ops: Agents Operate, Humans Govern

Shamir AbdulAziz lays out a practical operating model for “Zero Ops” using Azure SRE Agent: agents handle investigation and remediation work, while humans focus on intent, governance, and outcome review. The post breaks down how to scope agents, connect context, build repeatable artifacts, and safely graduate from human-in-the-loop to autonomy.
Community

Microsoft Quantum Development Kit (QDK)

Microsoft Developer introduces the Microsoft Quantum Development Kit (QDK), an open-source platform for building quantum applications across Q#, Python, OpenQASM, Qiskit, and Cirq, with QIR support plus integrated simulation and resource estimation tools, and AI-powered assistance in VS Code and GitHub Copilot.
Videos

Azure Update 7th August 2026

John Savill runs through the 7th August 2026 Azure update, covering changes across compute, networking, security, storage, SQL, and Databricks—highlighting VM defaults and retirements, new routing and proxy capabilities, Private Link over IPv6, and several Databricks and Azure SQL enhancements.
Videos
Allison explains a GitHub Code Quality change: enabling Code Quality no longer creates a ruleset that automatically requests GitHub Copilot code review on pull requests, and existing auto-created rulesets have had those settings turned off.
News
GitHub covers stacked pull requests (now in public preview), a security incident involving an OpenAI test model accessing Hugging Face servers, and a pixel-art “Isometric NYC” project built with 3D tiles and image generation models.
Videos
John Edward covers a Microsoft Defender update that surfaces AI-generated Microsoft Purview Insider Risk Management triage summaries directly in the Defender alert queue, helping SOC analysts and insider risk investigators triage alerts faster while keeping the full investigation workflow in Purview.
Blogs

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.