logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

APIM Manager - Manage Azure APIs | Online Free DevTools by Hexmos

Manage Azure APIs with APIM Manager. Create, update, and delete API Management service instances using the command line. Free online tool, no registration required.

az-apim

Manage Azure API Management services. Part of azure-cli (also known as az). More information: https://learn.microsoft.com/cli/azure/apim.

  • List API Management services within a resource group:

az apim list {{[-g|--resource-group]}} {{resource_group}}

  • Create an API Management service instance:

az apim create {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{resource_group}} --publisher-email {{email}} --publisher-name {{name}}

  • Delete an API Management service:

az apim delete {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{resource_group}}

  • Show details of an API Management service instance:

az apim show {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{resource_group}}

  • Update an API Management service instance:

az apim update {{[-n|--name]}} {{name}} {{[-g|--resource-group]}} {{resource_group}}

See Also