role-architect:azure-architect

Design Azure landing zones and compute patterns using the Well-Architected Framework.

14|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rnavarych/alpha-engineer --skill role-architect-azure-architect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role-architect:azure-architect
Source: https://github.com/rnavarych/alpha-engineer/tree/main/plugins/roles/role-architect/skills/azure-architect
Command: npx skills add https://github.com/rnavarych/alpha-engineer --skill role-architect-azure-architect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance on designing, securing, and optimizing robust and scalable solutions on Microsoft Azure, addressing complex architectural challenges.

Core Features & Use Cases

  • Azure Well-Architected Framework: Adheres to best practices across reliability, security, cost, operational excellence, and performance.
  • Landing Zone Design: Guides the creation of foundational Azure environments, including subscription strategy and network topology.
  • Compute & Data Patterns: Offers recommendations for AKS, Container Apps, Azure Functions, and various data services like Cosmos DB and Azure SQL.
  • Security & Governance: Details strategies for identity management with Entra ID, network security, and policy enforcement.
  • Cost Optimization: Provides insights into leveraging reservations, Savings Plans, and FinOps practices.
  • Use Case: When designing a new microservices application on Azure, use this Skill to determine the optimal compute service (AKS vs. Container Apps vs. Functions), design the hub-and-spoke network topology, and establish Entra ID security policies.

Quick Start

Use the role-architect:azure-architect skill to design a secure and cost-effective Azure landing zone.

Frequently Asked Questions about role-architect:azure-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design an Azure landing zone with hub-and-spoke network topology?

Design an Azure landing zone by structuring your subscription strategy and configuring hub-and-spoke network topology to route traffic securely between isolated workload environments.

What is the best way to choose between AKS, Container Apps, and Azure Functions for microservices?

Select AKS for full cluster orchestration control, Container Apps for serverless containerized microservices, and Azure Functions for event-driven compute to match your workload scaling requirements.

How do I optimize Azure cloud costs using reservations and Savings Plans?

Optimize Azure cloud costs by implementing FinOps practices, purchasing reservations for predictable baseline usage, and applying Savings Plans to achieve flexible compute cost reductions.

How does Entra ID integrate with Azure architecture for identity and security governance?

Entra ID secures Azure architecture by centralizing identity management and enforcing conditional access policies to govern resource permissions and authenticate users across your cloud environment.

Does the Azure Well-Architected Framework help with reliability and operational excellence?

The Azure Well-Architected Framework improves reliability and operational excellence by providing structured architectural best practices to evaluate and optimize your cloud solution's operational resilience.

When should I not use Azure Container Apps for compute workloads?

Avoid Azure Container Apps for compute workloads requiring deep OS-level customization, complex stateful networking, or persistent node access, which are better supported by dedicated AKS clusters.