Azure Weekly

Issue 578

6th September 2026

Highlights this week include:

🤖 AI

🔎 Analytics

  • Learn What to Do When You Hit Capacity in Azure Databricks! Learn to resolve Azure Databricks capacity issues by working with your Microsoft account team, preparing detailed quota support tickets with subscription IDs, regions, VM SKUs, core limits, workload details, scaling plans, and business context, and understanding the three layered capacity models-Azure infrastructure, platform limits, and Spark execution-to address cluster creation stalls and autoscaling delays.
  • Microsoft Fabric Data Agents: Bringing Structured and Unstructured Data Together Microsoft Fabric data agents unify structured and unstructured enterprise data for conversational querying with built-in governance.

🖥️ Compute

🚢 Containers

  • Generally Available: Artifact Streaming on AKS Azure Kubernetes Service now offers generally available Artifact Streaming to speed up container workload scaling by incrementally pulling image layers from Azure Container Registry.
  • Generally Available: Windows Server 2025 on AKS Windows Server 2025 on AKS provides enhanced security features and automatic updates, streamlining the transition from legacy Windows Server versions with minimal disruption to existing deployments.

🗄️ Databases

🛠️ Developer tools

  • Agent Package Manager for AI Azure Engineering The Agent Package Manager for AI on Azure provides a standardized, auditable way to declare and manage AI agent dependencies, MCP servers, and governance policies in cloud engineering workflows.
  • You can just find and use agent skills mid-session The article demonstrates how to dynamically discover and load agent skills during coding sessions, reducing token usage and context confusion by only activating necessary skills when needed.
  • Custom Agents in Microsoft Agent Framework for .NET: building a chat with custom instructions The article shows how to create a personalized AI agent using the Microsoft Agent Framework for .NET, including custom names, instructions, and improved conversation through refined system prompts.
  • Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments This article shows how to use base64 encoding to bypass Aspire's multiline parameter limit, allowing proper PEM file setup for certificate configurations in ASP.NET Core and Azure.
  • Today I will… review GitHub PRs The article shows how Visual Studio integrates with GitHub to streamline pull request reviews, featuring inline commenting, C# syntax highlighting, and Copilot for collaboration.
  • Github Specify GitHub Specify bundles a CLI tool and Spec Kit templates to convert structured specifications into reusable artifacts like constitution.md, spec.md, plan.md, and tasks.md, facilitating collaboration among product teams, engineers, AI coding agents, and CI pipelines while streamlining the product-to-code process.
  • Microsoft AI Roundup MCP Server The new MCP server for the Microsoft AI Roundup newsletter enables direct querying of its content using tools like Claude Desktop and Cursor, expanding accessibility for users.
  • Getting started with RAG in ASP.NET Core ASP.NET Core developers can simulate RAG workflows using simple keyword matching instead of complex vector databases to understand the core retrieval, augmentation, and generation cycle.
  • Stop alt-tabbing into the wrong Visual Studio Visual Studio now allows each open solution to have its own color theme via a new settings experience, improving visual distinction between projects without needing restarts or extra dialogs.
  • How we make AI coding more cost efficient without sacrificing task quality GitHub Copilot enhanced AI coding efficiency by prioritizing relevant context over token reduction, leading to quicker task completion and reduced costs via improvements such as maintaining useful context, eliminating unnecessary formatting, shortening instructions, and removing redundant tasks.
  • VS Code 1.136 Pushes Agents Deeper Into the Development Workflow VS Code 1.136 introduces Agent Merge and multi-root sessions, enabling AI agents to handle pull request completion, orchestration, and review alongside code generation.
  • Nodes & Edges in Microsoft Agent Framework The framework models workflows as directed graphs with Executors performing deterministic tasks and Edges defining typed message routing, enhancing separation of concerns, reusability, predictability, and testability.
  • New stuff in Critter Stack AI Skills 1.10 Critter Stack AI Skills 1.10 adds eleven new skills raising the total to 102 with improvements for tool usage, code writing, understanding failures, and utilizing observability features for better troubleshooting and best practices.
  • GitHub Copilot app for Beginners: Run several agents at once The GitHub Copilot app lets beginners run multiple AI agent sessions simultaneously, each operating in its own Git worktree and context, enabling parallel development tasks without interference.
  • Build a Local RAG Application in C# with Ollama and Qdrant – Part 3 This third part refactors a C# RAG application using Microsoft.Extensions.AI and VectorData to simplify provider specifics, facilitating easier model or database swaps while maintaining full control over retrieval-augmented generation.
  • Why does a MAUI app store data under “User Name” on Windows? In MAUI Windows apps, local storage defaults to a directory named "User Name" based on the PublisherDisplayName setting, reflecting the app’s display name rather than the user's username.
  • Ground your GitHub Copilot agent in a local clone instead of letting it guess Using a local GitHub Agentic Workflows clone allows Copilot to access precise implementation details, improving reliability in matching documentation with actual code over model memory or general web searches.
  • Project HydraFusion: Frontier quality via multi-model orchestration Project HydraFusion automates model selection and orchestration for complex tasks, balancing performance, cost, and latency without developer intervention.

🔩 DevOps

  • Automate Terraform with Azure DevOps Automate Terraform deployments on Azure using DevOps pipelines, enabling multi-environment management, secure remote state storage, and automated approvals with built-in drift detection.
  • The deployment succeeded, but I deployed the wrong agent The issue arose from deploying agents from an outdated Git revision, leading to generic identities instead of defined roles, underscoring the need to verify deployment sources.
  • Enterprise Live Migrations is now in public preview Enterprise Live Migrations enables moving Azure DevOps repositories to GitHub Enterprise Cloud with minimal downtime under 30 minutes.
  • Pondering Continuous Integration in our new AI World Order The article discusses how rapid advancements in AI-assisted coding are straining traditional continuous integration (CI) processes, leading developers like Jeremy Miller to reconsider CI workflows by adopting trunk-based development, selective local testing, and more aggressive flaky test elimination to mitigate slowdowns caused by overloaded GitHub Actions.
  • Ditch the Token Headache...SSH Just Works! Switching from password to SSH authentication for GitHub deployments simplifies access management and eliminates token-related overhead while maintaining strong security practices.
  • Introducing Radius Canvas: visualize, review and deploy applications in the GitHub Copilot app Radius Canvas integrates into GitHub Copilot to let developers and AI agents visualize, review, and deploy cloud-native apps with a shared, updated model of services, dependencies, and infrastructure across environments.
  • AI Just Joined Your Code Reviews: GitHub Copilot Comes to Azure Repos GitHub Copilot’s preview for Azure Repos automates early feedback on correctness, security, and maintainability in pull requests while keeping human reviewers in control of approvals.
  • Can one agent start another? Queueing sub-tasks in GitHub Agentic Workflows GitHub’s new Agentic Workflows allow agents to queue sub-tasks such as planning, coding, reviewing, securing, and deploying code without human intervention, but they are limited by the platform’s accountability model that requires a user-to-server token for actions like starting cloud agent sessions.
  • A trust checklist for GitHub Actions The trust checklist for GitHub Actions outlines critical signals such as tooling maintenance, runtime hygiene, release integrity, and governance to evaluate safe usage in CI workflows.

🧬 Hybrid + multicloud

🎭 Identity

🔌 Integration

  • BizTalk Server 2020 End-of-Sale Announcement BizTalk Server 2020 sales will end on March 31, 2027, with mainstream support until April 12, 2028, and optional extended support until April 10, 2030, encouraging customers to migrate to Azure Logic Apps Standard or Hybrid.
  • Build governed asynchronous APIs with Azure API Management and Azure Service Bus Azure API Management now natively integrates with Azure Service Bus enabling secure publishing of HTTP requests as messages via a send-service-bus-message policy without additional middleware.
  • Azure API Center: Govern APIs with Spectral linting Integrating Azure API Center with Spectral enables organizations to automatically enforce governance standards and catch API vulnerabilities early, using either a managed service or self-hosted Azure Function for linting OpenAPI and AsyncAPI definitions.
  • APIM Policy Patterns for AI Governance: Part 2 – Content Safety & Model Control Part 2 of the series focuses on runtime controls for AI governance, detailing how to implement content safety and model access policies within API management systems.
  • Introducing APIOps CLI APIOps CLI lets teams manage Azure API Management config as source-controlled code, enhancing versioning, review, deployment, and integration with GitOps workflows for better governance and scalability.
  • AI Gateway tier of Azure API Management — August 2026 updates The August 2026 update to Azure API Management’s AI Gateway tier adds richer OpenTelemetry observability for AI workloads and new model cost monitoring with budget enforcement features.
  • Azure Service Bus: Migrate topology one event at a time Azure Service Bus allows gradual migration of messaging topologies by running old and new delivery paths simultaneously, enabling one event stream to be updated at a time with minimal risk of message loss.
  • Azure Logic Apps Standard | Keep WEBSITE_CONTENTSHARE Unique Azure Logic Apps Standard auto-generates a WEBSITE_CONTENTSHARE except when using secured storage accounts in virtual networks or needing distinct share names for multiple apps, requiring manual assignment.
  • Simplifying code-first integrations with Azure Connector Namespace Azure Connector Namespace simplifies code-first integrations by allowing Function Apps to use pre-built Logic Apps connectors via a .NET SDK, reducing authentication, polling, pagination, retry, throttling, and error-handling complexities.
  • Logic App Storage Inspector Logic App Storage Inspector provides Azure Logic App Standard users with a read-only Kudu site extension to search, compare, and view workflow data dashboards for tables, queues, and health indicators without altering storage.
  • Exploring Azure Management APIs with az rest and az resource Azure CLI commands replace the retired resources.azure.com website by enabling raw HTTP requests and simplified resource queries directly from the terminal.

🎓 Learning and Certifications

⚖️ Management and Governance

🚌 Migration

  • Release Announcement of SQL Server Migration Assistant (SSMA) v10.6 SSMA v10.6 generalizes Copilot-assisted Sybase code conversion, enhances Managed Endpoint authentication with production-ready features, expands Azure OpenAI model support, and fixes DMS authentication issues from duplicate subscription names.

🌐 Networking

🔐 Security

📦 Storage

💻 Virtual Desktop Infrastructure

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