Skip to content

Files

Latest commit

2ed3c19 · Nov 11, 2024

History

History

mq-event-driven-dapr

page_type description languages products
sample
Build event-driven apps with Dapr on the Edge
python
azure-iot
azure-iot-operations

Building an event driven app with Dapr

Learn how to aggregate data at the edge using Azure IoT Operations and Dapr.

Tutorial instructions

For detailed instructions on running this tutorial, follow Build an event-driven app with Dapr.

Building and deploying from source

  1. Build the application and push the container to the cluster:

    docker build . -t mq-event-driven-dapr
    k3d image import mq-event-driven-dapr
  2. Deploy dapr and the app:

    dapr init -k
    kubectl apply -f app.yaml