News

Application Architecture Guide Published for Microsoft Azure Cloud

Microsoft has published an Azure Application Architecture Guide to help cloud developers keep pace with new styles, approaches and industry trends while planning their projects.

The company said the guide helps developers tasked with shipping consumer-facing apps at increased velocities while facing many new choices provided by initiatives such as microservices, containers, serverless workloads and so on.

While providing new opportunities for developers, these new services and industry trends also spark more questions for developers, such as:

  • Which architecture should I choose? Microservices? N-Tier? How do we decide?
  • There are many storage choices, which one is the best for me?
  • When should I use a serverless architecture? What's the benefit? Are there any limitations?
  • How can I improve scalability as well as resiliency?
  • What's DevOps culture? How can I introduce it to my organization?

The new Azure Application Architecture Guide helps answer those questions by following proven practices gleaned from customer engagements, Microsoft said.

Rather than being a how-go guide for leveraging individual Azure services, it targets developers, architects and operations teams, attempting to help them understand common patterns to apply when planning and creating an Azure-based app.

Azure Application Architecture Guide
[Click on image for larger view.] Azure Application Architecture Guide (source: Microsoft).

The document provides a series of steps to follow, along with supporting design guidance, in which developers choose an architectural style, technology options (compute, storage) and cloud design patterns, while following 10 high-level design principles and focusing on the five pillars of software quality: scalability, availability, resiliency, management and security.

The guide is organized into segments that address various topics that address the above. In the architecture styles section, for example, it discusses in detail options such as:

  • N-tier architecture style
  • Web-queue-worker
  • CQRS
  • Event-driven architecture
  • Big data
  • Big compute

Each section provides guidance on when to use each option, its benefits, its challenges, best practices and additional considerations.

Microsoft intends that the downloadable eBook helps developers and their teams adapt to the new cloud development world.

"The cloud is changing the way applications are designed," the guide's site says. "Instead of monoliths, applications are decomposed into smaller, decentralized services. These services communicate through APIs or by using asynchronous messaging or eventing. Applications scale horizontally, adding new instances as demand requires.

"These trends bring new challenges. Application state is distributed. Operations are done in parallel and asynchronously. The system as a whole must be resilient when failures occur. Deployments must be automated and predictable. Monitoring and telemetry are critical for gaining insight into the system. The Azure Application Architecture Guide is designed to help you navigate these changes."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • .NET 11 Preview 5 Focuses on Performance, Productivity and Safer Code

    .NET 11 Preview 5 focuses on under-the-hood runtime performance gains, streamlined APIs and language features that reduce boilerplate, plus built‑in security checks and incremental ASP.NET Core and EF Core improvements aimed at everyday developer productivity.

  • VS Code 1.124 Focuses on Agent Autonomy and Parallel Sessions

    Microsoft's June 2026 VS Code update turns on Autopilot by default and adds background sending for agent sessions.

  • Developing Agentic Systems in .NET: From Concept to Code

    ZioNet founder Alon Fliess previews his Visual Studio Live! San Diego session on building true agentic systems in .NET -- covering the cognitive loop, MCP tool integration, multi-agent orchestration and enterprise hosting and governance with the Microsoft Agent Framework.

  • Mastering AI Development and Building AI Apps with GitHub Copilot

    Two Microsoft experts explain how GitHub Copilot is evolving from a coding assistant into a broader platform for building, customizing and testing AI-powered developer workflows.

Subscribe on YouTube