Browse .NET Community (12)
jordanselig explains a new public preview capability in Azure Managed Connectors: sending trigger events directly to Azure App Service apps. The post covers how the App Service destination is configured, how managed-identity callbacks are authenticated with App Service built-in auth (Easy Auth), and includes an end-to-end sample with Bicep and Azure Developer CLI.
Gaurav Seth announces GA for Managed Instance on Azure App Service, aimed at lifting and modernizing legacy .NET Framework apps with minimal or no code changes. The post highlights new GA capabilities like Premium v4 support, zone redundancy, deeper observability, managed identity defaults, governance/security coverage, and IaC options.
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.
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.
EldertGrootenboer explains why some .NET Framework WCF Relay listeners start failing against Azure Relay after TLS 1.0/1.1 retirement, and outlines practical fixes ranging from app config changes to code updates and machine-wide registry settings.
anandgmenon walks through running Azure Logic Apps Hybrid on a self-managed RKE2 Kubernetes cluster, including how to provide an ingress IP with MetalLB, connect the cluster to Azure Arc, install the Container Apps extension, and fix the RKE2-specific DNS and inotify issues that can break deployments.
hcamposu introduces Logic Apps Standard Local Functions and explains when workflow-scoped .NET code belongs inside the same Logic Apps project instead of being split into a separate Azure Functions app, with practical guidance on scenarios, runtime behavior, and deployment implications.
WSilveira’s July 2026 Logic Apps Aviators newsletter rounds up key Azure Integration Services updates and community posts, including the Logic Apps Standard move toward Azure Functions out-of-proc hosting for .NET 10, dynamic connection names, MCP server management in API Management, and agentic Logic Apps patterns.
daisami walks through adding production-grade auditing and telemetry to AI agents using Microsoft’s Agent Governance Toolkit (AGT) in a .NET (C#) sample. It shows how to append governance events to Azure Blob Storage, export OpenTelemetry metrics/traces to Application Insights, and apply default-deny policies with practical security guidance for log sanitization.
wmarkley announces GA support for client-side, end-to-end data integrity in Azure Blob Storage using CRC64-NVME in the latest Azure Blob SDKs. The post explains how checksum validation works on upload/download, why CRC64-NVME is preferred over MD5, performance considerations, and the minimum SDK versions needed to enable it.
kinfey explains why on-device LLM inference changes the cost and latency profile of AI features, then walks through building and benchmarking Qwen3-0.6B for a Windows NPU using WinML CLI, and wiring it into a WinUI 3 chat app with an OpenAI-compatible streaming backend.
WSilveira explains an upcoming Azure Logic Apps hosting-model migration tied to the move toward .NET 10 support, including when the change is automatic and when customers need to update NuGet-based deployment processes to avoid unexpected out-of-proc migration.
End of content