az-apim
Manage Azure API Management services
TLDR
Create a new API Management service instance
SYNOPSIS
az apim subcommand [options]
DESCRIPTION
az apim manages Azure API Management services, which provide a way to create consistent and modern API gateways for existing back-end services. It handles API creation, versioning, documentation, security policies, rate limiting, and developer portal management.
API Management supports multiple SKU tiers: Basic, Consumption, Developer, Isolated, Premium, and Standard, each offering different capabilities and scale options.
SUBCOMMANDS
create
Create a new API Management service instance.show
Get details of an API Management service.list
List API Management service instances.update
Update an API Management service instance.delete
Delete an API Management service instance.backup
Create a backup of the API Management service.restore
Restore an API Management service from a backup.api create
Create a new API.api import
Import an API from a specification.api list
List APIs in a service.api operation
Manage API operations.product
Manage API products.nv
Manage Named Values for configuration.
CAVEATS
Requires Azure CLI to be installed and authenticated with az login. Creating API Management services can take 30-40 minutes for non-Consumption tiers. Use --no-wait for long-running operations.
SEE ALSO
az(1), az-advisor(1), az-config(1)
