azure-rest-api-reference

Look up Azure REST API and ARM template references for resource types.

267|40|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Azure/git-ape --skill azure-rest-api-reference
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: azure-rest-api-reference
Source: https://github.com/Azure/git-ape/tree/main/.github/skills/azure-rest-api-reference
Command: npx skills add https://github.com/Azure/git-ape --skill azure-rest-api-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Look up the official Azure REST API and ARM template reference documentation for any resource type to get exact property schemas, required fields, and latest stable API versions β€” before generating or modifying templates. Use this lookup to ensure correctness and avoid common deployment errors. No Azure connection is required.

Core Features & Use Cases

  • Provides exact ARM template schemas, properties, types, required fields, and valid enum values from the official docs.
  • Retrieves REST API operation details and version guidance to support safe resource creation or updates.
  • Use during design, validation, troubleshooting, and upgrades to ensure templates align with supported API versions.

Quick Start

Provide the resource type (e.g., Microsoft.Web/sites) to retrieve the latest REST API and ARM template reference sections.

Frequently Asked Questions about azure-rest-api-reference

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

FAQPage Schema
How do I find the latest stable API version for an Azure ARM template?β–Ό

To find the latest stable API version for an Azure ARM template, look up the specific resource type to retrieve exact reference documentation. This enforces latest stable versions and avoids common deployment errors from outdated API references.

What are the required properties for a Microsoft.Web/sites ARM template?β–Ό

To get required properties for a Microsoft.Web/sites ARM template, provide the resource type to retrieve official schemas, exact property types, required fields, and valid enum values. This ensures your template aligns with supported configurations before deployment.

Do I need an Azure connection to validate ARM template schemas?β–Ό

No Azure connection is required to validate ARM template schemas. You can look up official REST API and ARM template reference documentation offline to get exact property schemas, required fields, and latest stable API versions during template design or troubleshooting.

How do I troubleshoot Azure REST API property or version errors?β–Ό

To troubleshoot Azure REST API property or version errors, look up the exact REST API and ARM template references for the resource type. This retrieves precise schemas, required fields, and valid enum values to identify mismatches and enforce latest stable API versions.

What is the best way to check exact Azure REST API operation details for resource updates?β–Ό

The best way to check exact Azure REST API operation details for resource updates is to look up the specific resource type reference. This retrieves precise operation details and version guidance to support safe resource creation or updates without property errors.