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.11.0Learn how you can install it on other container platforms:
- Deploy self-hosted gateway on Kubernetes with Helm
- Deploy self-hosted gateway on Kubernetes with Azure Arc (Preview)
- Deploy self-hosted gateway on Kubernetes with YAML
Here are other relevant resources:
- Authenticate self-hosted gateway with Azure AD
- Self-hosted gateway on Microsoft Artifact Registry
- Our image tagging strategy
What is new?
Highlights
- Introduce support for using workload identity to authenticate to Configuration API (#267)
Features
- Introduce User-Agent header when retrieving OIDC configuration (#357)
- Keep an eye on official repo for more soon
Fixes / Changes
- Fixed a bug where timestamps are not according to ISO-8601 (#368)
Breaking Changes
None.
Removal
None.