azure-api-management

Manage APIs with Azure API Management using Azure CLI and Bicep.

6|2|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill azure-api-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-api-management
Source: https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric/tree/main/.github/skills/azure-api-management
Command: npx skills add https://github.com/fgarofalo56/Suppercharge_Microsoft_Fabric --skill azure-api-management

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and commands for managing APIs using Azure API Management, enabling robust API lifecycle management, security, and performance optimization.

Core Features & Use Cases

  • API Gateway: Acts as a central entry point for all client requests to your backend services.
  • Policy Enforcement: Configure inbound, outbound, and backend policies for rate limiting, authentication, transformation, and more.
  • Developer Portal: Provides a self-service portal for developers to discover, consume, and test APIs.
  • Security: Implement authentication (JWT, subscription keys) and authorization to protect your APIs.
  • Use Case: Securely expose your microservices to external partners by configuring authentication, rate limits, and request transformations through Azure API Management.

Quick Start

Use the azure-api-management skill to create an APIM instance named 'myapim' in the 'myResourceGroup' 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 policies for rate limiting in Azure API Management?

Azure API Management policy enforcement allows you to configure inbound, outbound, and backend policies for rate limiting, authentication, and request transformations. You apply these policies directly through the gateway control plane.

What is the best way to secure microservices exposed to external partners?

Securing microservices for external partners is achieved by using Azure API Management as a central gateway to enforce JWT authentication, manage subscription keys, and apply rate limits to protect backend services.

How do I deploy an API gateway using Azure CLI and Bicep?

You can deploy an API gateway by utilizing Azure CLI commands and Bicep templates to create and manage your Azure API Management instance, defining the control plane for your API lifecycle and backend services.

Can I manage API subscriptions and products in Azure APIM?

Yes, Azure APIM supports product and subscription management, allowing you to group APIs and control access. This pairs with the developer portal for self-service API discovery, consumption, and testing.

Does Azure API Management provide a developer portal for API discovery?

Azure API Management includes a self-service developer portal that enables developers to discover, consume, and test APIs. It acts as the central entry point for client requests routed to your backend services.