azure-architect

Design Azure infrastructure architectures using Bicep IaC templates.

9|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/TykoDev/SupremeTeam --skill azure-architect-tykodev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-architect
Source: https://github.com/TykoDev/SupremeTeam/tree/main/skills/azure/azure-architect
Command: npx skills add https://github.com/TykoDev/SupremeTeam --skill azure-architect-tykodev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Design Azure infrastructure architectures using Bicep IaC templates to standardize topology, naming conventions, module decomposition, and deployment contracts across environments.

Core Features & Use Cases

  • Modular Bicep module design with clear inputs and outputs for downstream automation
  • Comprehensive resource topology planning for compute, network, storage, identity, and security
  • Reusable naming conventions and parameter strategies to support scalable deployments across environments

Quick Start

Request a complete Azure architecture outline for a web application using Bicep templates.

Frequently Asked Questions about azure-architect

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

FAQPage Schema
How do I design a secure Azure infrastructure architecture using Bicep templates?

Design secure Azure infrastructure using Bicep by planning resource topology, module decomposition, and naming conventions. It ensures modular interfaces, dual-auth configuration, managed identities, and explicit output contracts to enable automated deployment pipelines across environments.

What is the best way to structure Bicep modules for deploying across dev, staging, and prod environments?

Structure Bicep modules using reusable naming conventions and parameter strategies to support scalable deployments. This approach standardizes resource topology and deployment contracts across dev, staging, and prod environments for automated pipelines.

How does Bicep handle managed identities and security posture in Azure cloud infrastructure?

Bicep handles Azure cloud infrastructure security by enforcing dual-auth configuration and managed identities within its module design. This ensures a consistent security posture across all deployed environments.

Can I use this Bicep infrastructure as code approach to generate explicit output contracts for downstream automation?

Yes, this Bicep infrastructure as code approach generates explicit output contracts through modular design with clear inputs and outputs. These contracts directly enable and secure downstream automated deployment pipelines.

What naming conventions and parameter strategies should I use for Azure infrastructure as code?

Use reusable naming conventions and parameter strategies specifically designed for Azure infrastructure as code. These strategies support scalable Bicep deployments and standardize resource topology across multiple environments.

Does Bicep infrastructure design require separate modules for compute, network, storage, and identity resources?

Bicep infrastructure design requires comprehensive resource topology planning that decomposes modules for compute, network, storage, identity, and security. This modular decomposition ensures clear interfaces and explicit deployment contracts.