Browse .NET Community (67)
jordanselig shows how to add runtime governance to a multi-agent ASP.NET Core travel planner on Azure App Service using the Microsoft Agent Governance Toolkit, including YAML policy allowlists, audit logging into Application Insights, and SRE controls like SLOs and circuit breakers.
mosiddi explains how Microsoft’s open-source Agent Governance Toolkit implements production-grade security and reliability controls for autonomous AI agents, covering its package architecture, policy enforcement (Agent OS), zero-trust identity (Agent Mesh), privilege rings (Agent Hypervisor), and SRE/observability integrations, including Azure deployment patterns.
jordanselig shows how to instrument Microsoft Agent Framework agents with OpenTelemetry GenAI semantic conventions and send that telemetry to Azure Application Insights, enabling the Agents (Preview) view for per-agent token usage, latency, errors, and end-to-end agent runs across an ASP.NET Core API and a WebJob.
jordanselig walks through building an MCP App (a tool plus a UI resource) with ASP.NET Core, rendering an interactive weather widget inside chat clients like VS Code Copilot, and deploying the MCP server to Azure App Service using azd and Bicep.
Gaurav-Seth describes a hands-on, AI-guided workflow for migrating legacy IIS-hosted ASP.NET Framework apps to Managed Instance on Azure App Service, including how registry, storage, SMTP/MSMQ, and COM dependencies are handled via ARM templates and an install.ps1 startup script.
Byron Tardif outlines where Azure App Service is actively investing—Premium v4, App Service Managed Instance, runtime updates, reliability work, and deployment workflow improvements—plus how .NET Aspire and AI-enabled apps fit into the platform’s direction.
TulikaC announces the general availability of .NET Aspire on Azure App Service, outlining how to deploy Aspire AppHost-based distributed apps to App Service (including deployment slots), with links to Microsoft Learn quickstarts and configuration guidance.
swapnil_nagar explains how to avoid all-or-nothing retries when processing Azure Service Bus messages in Azure Functions batch mode by manually settling each message (complete/abandon/dead-letter/defer), with examples in Node.js, Python, and .NET.
fiveisprime introduces “Code Optimizations” in the Azure App Service VS Code extension, which uses Application Insights Profiler data to pinpoint slow .NET methods and then launches GitHub Copilot Chat with stack traces and source context to suggest targeted fixes.
Lee_Stott explores how to build On-Call Copilot, an AI-driven, multi-agent incident triage and reporting solution using Microsoft Agent Framework, Foundry Hosted Agents, Model Router, and Azure OpenAI—detailing the technical patterns, code, and deployment steps for practical DevOps engineers.
Mandy Whaley outlines how GitHub Copilot and the new modernization agent are bringing AI-powered automation to every stage of application modernization, with end-to-end workflows integrating deeply into Azure and developer toolchains.
SajalMukherjee explores how Azure API Management enables the Backend-for-Frontend pattern, offering practical API orchestration and aggregation strategies to tailor APIs for diverse frontend needs.
Sanchit Mehta presents a detailed look at how the Azure SRE Agent autonomously investigates and resolves incidents, often identifying and fixing its own issues. The post explains how architectural choices—like filesystem workspaces and context layering—make these advanced AI-driven capabilities possible.
Vineela-Suri shares a detailed guide on implementing Agent Hooks within Azure SRE Agent, covering governance, safety, and auditing practices for automating incident response—including hands-on configuration to prevent unsafe operations and maintain compliance.
sabappal's tutorial walks you through setting up Behave with Visual Studio Code, illustrating best practices for structuring, configuring, and automating BDD tests with Python.
Jan-Kalis details how Azure Container Apps Dynamic Sessions can securely execute AI-generated and agent-run code using isolated sandboxes, with MCP integration, code interpreters, and custom containers. This practical guide illustrates setup, security, and deployment best practices.
kinfey explores Phi-4-Reasoning-Vision-15B, Microsoft's new vision reasoning SLM. The article provides developers with detailed design analysis, example code, and real-world applications for visual understanding and actionable decision-making.
sinnypan announces the GA release of Azure Maps Geocode Autocomplete API, detailing its new capabilities, API usage, and how developers can create fast, structured location search in their applications.
reynaldom details step-by-step how to migrate or deploy the BizTalk Server Aggregator pattern on Azure Logic Apps Standard, covering message correlation, workflow templates, and schema reuse for enterprise integration.
adamsharif-msft provides an in-depth walkthrough on migrating from the legacy AKS Virtual Nodes add-on to the next-generation Virtual Nodes on Azure Container Instances, highlighting new features, requirements, and stepwise implementation tips.