Skip to content

Commit 13b8205

Browse files
authored
Adds APIM sample to readme (dapr#19)
* readme update * adds attributes
1 parent 4918cfe commit 13b8205

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you are new to Dapr, you may want to review following resources first:
2323
| [OAuth Authorization to external service](./middleware-clientcredentials) | Demonstrates how to inject a service principal OAuth Bearer Token within a Dapr service-to-service invocation to call secured APIs |
2424
| [Read Kubernetes Events](./read-kubernetes-events) | Shows Dapr being used with the Kubernetes Input binding to watch for events in Kubernetes cluster |
2525
| [Batch File Processing](./batch-file-processing) | This sample demonstrates an end-to-end sample for processing a batch of related text files using microservices and Dapr. Through this sample you will learn about Dapr's state management, bindings, Pub/Sub, and end-to-end tracing. |
26+
| [Dapr integration in Azure APIM](./dapr-apim-integration) | Dapr configuration in Azure API Management service using self-hosted gateway on Kubernetes. Illustrates exposing Dapr API for service method invocation, publishing content to a Pub/Sub topic, and binding invocation with request content transformation. |
2627

2728
## External samples
2829

dapr-apim-integration/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ In addition, we will overview the use of APIM tracing to debug your configuratio
2121
* [Kubernetes cluster with Dapr](https://github.com/dapr/docs/blob/v0.9.0/getting-started/environment-setup.md#installing-dapr-on-a-kubernetes-cluster)
2222
* [Helm](https://helm.sh/docs/intro/install/)
2323

24-
> Note, this demo has been only tested with v0.10 release of Dapr
24+
| Attribute | Details |
25+
|--------|--------|
26+
| Dapr runtime version | v0.10.0 |
27+
| Language | APIs only for configuration, optionally, go for source of used images |
28+
| Environment | Kubernetes |
2529

2630
## Terminology
2731

0 commit comments

Comments
 (0)