Overview of Dapr & Azure API Management Integration
masterThis demo demonstrates the integration between Dapr and Azure API Management (APIM) using a self-hosted gateway running on Kubernetes. It illustrates how APIM can act as a gateway to interact with Dapr services through three specific use-cases:
- Service Invocation: Calling a specific Dapr service method.
- Pub/Sub: Publishing content to a Dapr Pub/Sub topic.
- Bindings: Invoking a Dapr binding with request content transformation.
The demo also covers using APIM tracing to debug the configuration.