azure-resource-manager

Provide expert guidance for Azure Resource Manager deployments across Bicep and ARM workflows.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/RobGibbens/ConnectionsExplorer --skill azure-resource-manager-robgibbens
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-manager
Source: https://github.com/RobGibbens/ConnectionsExplorer/tree/main/.github/skills/azure-resource-manager
Command: npx skills add https://github.com/RobGibbens/ConnectionsExplorer --skill azure-resource-manager-robgibbens

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This ARM-focused Skill provides expert guidance for designing, debugging, and optimizing Azure Resource Manager deployments, helping teams avoid common mistakes and accelerate delivery.

Core Features & Use Cases

  • Troubleshooting & diagnostics: guidance for resolving template errors, parameter issues, and API version mismatches.
  • Best practices & design: patterns for modular templates, parameterization, naming conventions, and secure handling of secrets.
  • Architecture & deployment strategy: decision making for deployment models (ASM/ARM/Bicep), modularization, and scalable templates across environments.

Quick Start

Analyze an ARM deployment issue and request architecture guidance to optimize your template.

Frequently Asked Questions about azure-resource-manager

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

FAQPage Schema
How do I troubleshoot Azure Resource Manager template deployment errors?

Troubleshooting Azure Resource Manager template deployment errors requires expert diagnostics to resolve template syntax faults, parameter mismatches, and incorrect API versions, applying best-practice guidance to debug and optimize your Bicep or ARM workflows effectively.

What is the best way to structure modular ARM templates across multiple environments?

Structuring modular ARM templates across environments requires applying specific architecture patterns for modularization, consistent parameterization, and naming conventions, ensuring scalable and manageable deployments throughout your infrastructure lifecycle.

Does this ARM guidance cover both Bicep and traditional JSON templates?

Yes, this ARM guidance comprehensively covers both Bicep and traditional JSON templates, providing decision-making frameworks for deployment models and applying consistent architecture and troubleshooting best practices across both Bicep and ARM workflows.

How do I securely handle secrets in Azure Resource Manager deployments?

Securely handling secrets in Azure Resource Manager deployments involves applying specific design patterns for parameterization and secure secret management within your templates, ensuring strict alignment with Azure policy and governance considerations.

When should I use Bicep instead of ARM templates for Azure deployments?

Choosing Bicep over ARM templates depends on your deployment strategy and architecture needs, requiring expert decision-making to evaluate modularization, template scalability, and environment-specific requirements for optimal infrastructure delivery.

Why does my Azure deployment fail due to API version mismatches?

Azure deployments fail due to API version mismatches when template resources reference outdated or incompatible API versions, requiring troubleshooting diagnostics to identify the specific faults and apply up-to-date Azure documentation to resolve them.