Skip to content

Container v2.12.1

Latest

Choose a tag to compare

@tomkerkhove tomkerkhove released this 07 Sep 10:16
· 1 commit to main since this release
3a67026

Getting started

You can easily install the self-hosted gateway with Docker:

docker run -d -p 8080:8080 -p 8081:8081 --name <gateway-name>
										--env config.service.endpoint=<instance-name>.configuration.azure-api.net
											  config.service.auth=<auth-token>
										mcr.microsoft.com/azure-api-management/gateway:2.12.1

Learn how you can install it on other container platforms:

Here are other relevant resources:

What is new?

Features

None.

Fixes / Changes

  • Patches security vulnerabilities

Breaking Changes

None.

Removal

None.