azure

Design Azure infrastructure with az CLI, Bicep, AKS, and Entra ID.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bacoco/openfang-fork --skill azure-bacoco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure
Source: https://github.com/bacoco/openfang-fork/tree/main/crates/openfang-skills/bundled/azure
Command: npx skills add https://github.com/bacoco/openfang-fork --skill azure-bacoco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides expert guidance on designing, deploying, and managing Microsoft Azure cloud infrastructure, focusing on best practices for security, cost, and operations.

Core Features & Use Cases

  • Infrastructure as Code: Utilize az CLI and Bicep for declarative resource provisioning.
  • Identity & Access Management: Implement robust security with Entra ID and RBAC.
  • Compute & Networking: Select and configure appropriate services like AKS, App Service, and VNet configurations.
  • Monitoring & Cost Optimization: Integrate Azure Monitor and Cost Management for operational excellence.
  • Use Case: Design a secure and cost-effective multi-environment Azure deployment using Bicep modules and managed identities.

Quick Start

Use the azure skill to create a new resource group named 'my-rg' in the 'eastus' region.

Frequently Asked Questions about azure

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

FAQPage Schema
How do I provision multi-environment Azure infrastructure declaratively?

Provision Azure infrastructure declaratively using Bicep modules to define resource groups and environments. This approach ensures consistent deployments while supporting secure, cost-optimized configurations across multiple stages.

What's the best way to secure Azure resources using Entra ID and RBAC?

Secure Azure resources using Entra ID for identity management and RBAC for access control. Implement managed identities to authenticate services without storing credentials, following operational excellence best practices.

Can I use az CLI and Bicep together for resource provisioning?

Yes, az CLI and Bicep work together for Azure resource provisioning. Use az CLI commands to deploy Bicep templates declaratively, automating the creation of resource groups and associated infrastructure components.

How do I optimize Azure cloud costs across compute and networking services?

Optimize Azure cloud costs by selecting appropriate compute services like AKS and App Service, configuring VNet networking efficiently, and integrating Azure Cost Management to monitor and control operational expenditures.

Does this Skill guide deploying AKS and App Service with monitoring?

Yes, this Skill guides deploying AKS and App Service compute services. It integrates Azure Monitor to track operational health, ensuring your cloud infrastructure maintains performance and operational excellence standards.