azure-api-management

Configure and manage API gateways with Azure API Management services.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-api-management-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-api-management
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/azure-api-management
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill azure-api-management-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of setting up and managing API gateways and policies using Azure API Management, ensuring secure, scalable, and well-documented APIs.

Core Features & Use Cases

  • API Gateway Configuration: Define and manage API endpoints, policies, and security settings.
  • Policy Management: Implement rate limiting, authentication, caching, and transformation rules.
  • Developer Portal: Enhance API discoverability and usability for consumers.
  • Use Case: Secure a set of microservices by exposing them through Azure API Management, enforcing authentication, rate limits, and providing a developer portal for consumers.

Quick Start

Use the azure-api-management skill to create an API Management instance named 'myapim' in the 'mygroup' resource group.

Frequently Asked Questions about azure-api-management

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

FAQPage Schema
How do I configure an Azure API Management gateway for microservices?

Configure an Azure API Management gateway by creating an APIM instance in a resource group, importing OpenAPI definitions, and enforcing security policies like JWT validation to securely expose microservices to consumers.

Can I enforce rate limiting and JWT validation policies in Azure API Management?

Yes, Azure API Management supports policy enforcement for JWT validation, rate limiting, caching, and transformation rules to secure APIs and control traffic throughput effectively across your gateway endpoints.

What is the best way to set up a developer portal for API discoverability?

Set up a developer portal using Azure API Management to enhance API discoverability, provide documentation for consumers, and manage subscriptions, ensuring usable and well-documented cloud-native APIs.

How do I import an OpenAPI specification into Azure API Management?

Import an OpenAPI specification into Azure API Management by configuring the APIM instance to load the definition, automatically generating the API endpoints and enabling lifecycle management for your cloud-native applications.

Does Azure API Management support subscription management for API consumers?

Yes, Azure API Management facilitates subscription management, allowing you to control consumer access, enforce authentication policies, and monitor API usage through the configured gateway and developer portal.