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

🔩 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

💡 Internet of Things

🎓 Learning and Certifications

⚖️ Management and Governance

🌐 Networking

🔐 Security

📦 Storage

💻 Virtual Desktop Infrastructure

🔗 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.