azure-prepare

Configure Azure landing zones, identity, governance, and cost controls via IaC.

16|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/manu14357/skills --skill azure-prepare-manu14357
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-prepare
Source: https://github.com/manu14357/skills/tree/main/skills/azure-prepare
Command: npx skills add https://github.com/manu14357/skills --skill azure-prepare-manu14357

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prepare Azure environments and prerequisites before deployment, ensuring consistent baselines, governance, and readiness for new subscriptions or projects. Landing zone setup is foundational; all deployments depend on this layer.

Core Features & Use Cases

  • Design and provision landing zones following Cloud Adoption Framework guidance (Foundational, Standard, Enterprise).
  • Provision landing zones with Microsoft Bicep/Terraform templates and verify foundational resources (management groups, subscriptions, policies).
  • Identity, access, and governance baseline: RBAC design, managed identities, Key Vault setup, and policy enforcement.
  • Networking and connectivity planning: hub-spoke topologies, DNS configuration, and secure access controls.
  • Logging, monitoring, and cost governance: centralized telemetry, alerts, budgets, and cost allocation.

Quick Start

Define your organization scope, select a landing zone template, and provision baseline Azure resources using IaC.

Frequently Asked Questions about azure-prepare

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

FAQPage Schema
How do I set up an Azure landing zone with governance and RBAC?

Setting up an Azure landing zone involves configuring management groups, subscriptions, RBAC, and policy enforcement using Bicep or Terraform. You define identity models and security baselines to establish governance for new subscriptions.

What is Azure readiness planning for new subscriptions?

Azure readiness planning prepares environments before deployment by configuring landing zones, identity, governance, and cost controls. It ensures consistent baselines across single-tenant or multi-tenant scenarios following Cloud Adoption Framework guidance.

Can I provision Azure landing zones using Terraform and Bicep?

Yes, you can provision Azure landing zones using Microsoft Bicep or Terraform templates. This automates deployment of foundational resources including management groups, subscriptions, and policies for your baseline environment.

Do I need a Tenant ID and Subscription ID to configure Azure governance?

Yes, configuring Azure governance requires inputs like Tenant ID, Subscription ID, region strategy, naming convention, and identity model. These parameters define the scope and security baseline for your landing zone deployment.

What's the best way to plan hub-spoke networking and DNS for Azure?

The best way to plan hub-spoke networking and DNS is during landing zone setup. This provisions connectivity topologies and secure access controls alongside identity, governance, and cost management using IaC templates.

Does Azure landing zone setup support multi-tenant scenarios?

Yes, Azure landing zone setup supports both single-tenant and multi-tenant scenarios. The design applies preflight checks and baseline governance across new subscriptions or projects requiring standardized deployment readiness.