Azure Weekly

Issue 573

2nd August 2026

Highlights this week include:

Finally, I was renewed as a Microsoft MVP for the 11th year. This time around for the dual categories of Azure and .NET. These two interests come together in the Rx .NET framework, which was designed ~20 years ago for a cloud native future. We've just released v7.0 and my colleague and fellow MVP Ian Griffiths has just published a ~25 minute talk - Rx.NET v7.0 Released - and it could save you 95MB! - Rx.NET 7.0 reduces application deployment size by up to 95 MB through separated UI framework support in dedicated NuGet packages for .NET 8+, fixes breaking changes, and maintains binary compatibility.

🤖 AI

🔎 Analytics

🖥️ Compute

  • Find Alternative Azure VM SKUs with azqr The new alternative-vm-sku command in Azure Quick Review helps users find compatible VM SKUs for workload modernization, quota management, and cost optimization.

🚢 Containers

🗄️ Databases

🛠️ Developer tools

  • GitHub Copilot app for Beginners: Getting started The GitHub Copilot app for beginners offers a workspace with complex software workflow support, enabling multiple AI agent sessions in one project, streamlining task management, and integrating interactive UI previews to boost productivity.
  • Speak Your Vibe: VS Code Insiders Talks Up Voice-Driven Development In the latest VS Code 1.131 Insiders build, Microsoft is placing a significant focus on integrating voice-driven development tools, including enhanced dictation and Voice Mode functionalities.
  • Dev Containers in VS Code: Why every project needs one Dev containers in VS Code standardize project environments, ensuring consistent tool versions and reducing "works on my machine" issues for infrastructure engineers by encapsulating all dependencies within a reproducible Docker setup.
  • Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK The July Visual Studio update adds a new Agent (Preview) in Copilot Chat using the GitHub Copilot SDK for improved AI assistance across tools, enabling customization with .NET and Azure skills.
  • Talk: Rx.NET v7.0 Released Rx.NET 7.0 reduces application deployment size by up to 95 MB through separated UI framework support in dedicated NuGet packages for .NET 8+, fixes breaking changes, and maintains binary compatibility.
  • Tell your model when to think harder Visual Studio 18.9 Insiders adds a thinking effort control for models, letting developers adjust reasoning depth from low to extra high according to task complexity, improving AI credit efficiency and answer quality.
  • Limit token usage in Microsoft Agent Framework ChatClientAgentRunOptions in the Microsoft Agent Framework lets developers cap output tokens per interaction, helping control costs by limiting token usage to specified thresholds like 150 tokens.
  • Terraform AzureRM provider 5.0 now generally available Terraform AzureRM provider 5.0 adds finer control over Resource Provider registration, optional preflight validation for Azure resources, and updated default validation settings to improve deployment flexibility and error detection.
  • VS Code 1.131 Adds Built-In Dictation, Hybrid Markdown Editing and Subagent Status VS Code 1.131 adds built-in dictation, hybrid Markdown editing, and subagent status for improved development visibility.
  • Uno Platform 6.6: Native AOT, Vulkan Rendering, MCP Auto Registration and More Uno Platform 6.6 introduces Native AOT compilation across five platforms reducing startup times by up to 60%, adds an opt-in Vulkan rendering backend for improved performance, and streamlines Model Context Protocol setup with auto-registration in popular AI agents.
  • Drawio Agent Skill The Draw.io Agent Skill automates generation of clear, editable diagrams for diverse use cases like cloud architecture and CI/CD pipelines using a consistent diagramming methodology.
  • Visual Studio July Update Brings Copilot Agent and Built-In Skills The July Visual Studio update introduces a Copilot Chat agent for streamlined coding assistance, along with workload-specific skills and enhanced C++ build controls.
  • Stacked sessions and pull requests in the GitHub Copilot app The GitHub Copilot app introduces stacked sessions to help developers sequentially tackle related tasks like modernizing frontend styles and refactoring code, streamlining complex updates with clear progress tracking.
  • Migrating ts-loader to TypeScript 7.1 with AI Migrating ts-loader to TypeScript 7.1 with AI explores using GitHub Copilot and Claude to automate part of the porting process while preserving backward compatibility and gradually phasing out older APIs.
  • OpenTelemetry in Microsoft Agent Framework Apps OpenTelemetry integration in the Microsoft Agent Framework enhances observability by automatically emitting spans and metrics using semantic conventions while supporting multi-agent systems, though it lacks Activity Events.

🔩 DevOps

🧬 Hybrid + multicloud

  • Azure Arc Server June Forum The June Azure Arc Server Forum featured AI-assisted onboarding with an LLM in Azure Copilot, new GCP and EKS connectors in preview, extended support for Windows Server 2016 and SQL Server 2016, and announced a September forum.

🎭 Identity

🔌 Integration

  • Public Preview: AI Gateway in Azure API Management The AI Gateway tier in Azure API Management’s public preview offers a specialized interface tailored for high-performance AI workloads, enhancing scalability and integration efficiency.
  • AsyncAPI Code Generation with Corvus: Request/Reply Corvus generates comprehensive request/reply methods in AsyncAPI specifications, handling correlation IDs, reply channel filtering, timeouts, and cleanup to simplify conversational messaging patterns.
  • Azure Logic Apps vs Azure Functions: A practical decision guide This guide compares Azure Functions, Durable Functions, and Azure Logic Apps across cost, observability, orchestration, security, networking, and delivery practices to help architects choose a sustainable implementation model for their teams.
  • AI Gateway tier of API Management now in public preview Azure's new AI Gateway tier provides platform teams with an intuitive interface to manage AI models and MCP servers using policy controls via cards instead of XML, supporting OpenAI, Anthropic, and Mistral.
  • Ten Days of Critter Stack Releases The Critter Stack team released multiple critical updates over ten days, including Wolverine 6.23.1 and Marten 9.20.0, which introduced enhanced monitoring for projection failures and improved graceful shutdown processes.
  • Azure Logic Apps Standard | Testing Series Azure Logic Apps Standard introduces a comprehensive testing series to mitigate risk as integration workloads grow, offering automated validation tools for complex, multi-workflow environments.
  • AsyncAPI Code Generation with Corvus: Health and Telemetry Corvus enhances AsyncAPI messaging observability with OpenTelemetry tracing, health checks, and per-subscription liveness monitoring to detect consumer failures despite silent message drops.
  • AsyncAPI Code Generation with Corvus: Durability and Resumption Corvus offers durable and resumable AsyncAPI message handling across Kafka, AMQP/RabbitMQ, and NATS transports, preventing message loss on consumer restarts via configurable offset or acknowledgment mechanisms.
  • AsyncAPI Code Generation with Corvus: Filtering Channel filtering in Corvus enables developers to generate only necessary message channels and operations, reducing code bloat and clarifying messaging boundaries.
  • Protect Azure API Management APIs with Microsoft Defender for APIs Microsoft Defender for APIs enhances Azure API Management security by automatically detecting and mitigating threats such as unauthorized access, data leakage, and outdated endpoints.
  • AsyncAPI Code Generation with Corvus: Testing Focus on testing custom handler logic, error policies, and domain integration when using Corvus, as the generator’s serialization and validation are already thoroughly tested.

💡 Internet of Things

🎓 Learning and Certifications

⚖️ Management and Governance

🌐 Networking

🔐 Security

📦 Storage

💻 Virtual Desktop Infrastructure

  • Azure Virtual Desktop Hybrid with Travis Roberts Azure Virtual Desktop Hybrid introduces on-premises operation via Azure Local and seamless migration paths from existing virtual desktop infrastructures, expanding its hybrid deployment flexibility.
  • Regional Azure Virtual Desktop Host Pools: What You Need to Know Regional Azure Virtual Desktop host pools improve resilience by localizing control plane metadata, reducing cross-region dependencies with detailed architectural considerations and configurations.

🔗 Web

  • Understanding the Fetch Metadata HTTP headers: Sec-Fetch-Site and friends The Fetch Metadata HTTP headers-Sec-Fetch-Dest, Sec-Fetch-Site, Sec-Fetch-Mode, and Sec-Fetch-User-provide servers with contextual information about the origin and intent of browser requests, enhancing security by distinguishing legitimate user-initiated navigation from potentially malicious cross-site requests.
  • Fast Web Services with Marten and Polecat Marten and Polecat enable ultra-fast web services by streaming raw JSON directly from PostgreSQL or SQL Server, reducing overhead and improving performance in CQRS architectures.

Get Azure Weekly in your inbox every Sunday

Sign up to receive the email every week and keep on top of all the announcements.

Don't forget to confirm your subscription. We have a double opt-in sign up process to prevent spam.

We will never provide your details to any third parties. We don't spam.

Azure Weekly Logo